Marching cubes

Hi all, does anyone know any Java implementation of Marching Cubes algorithm, for surfaces generation ? It may also be an API, free or commercial, open source or not.Thanks in advance,Monique Monteiro
[228 byte] By [monique_louisea] at [2007-10-2 16:11:11]
# 1

No sorry, but in case you didnt know, as far as i know marching cubes is a patented algorithm (yeah i know :s). There's a variant called Marching Tetrahedrons that avoids the patent issue.

On that note though, it's a really simple algorithm so you shouldnt run into too many problems doing it yourself.

remonvva at 2007-7-13 16:56:05 > top of Java-index,Other Topics,Algorithms...
# 2
> No sorry, but in case you didnt know, as far as i know marching cubes is a patented algorithmOnly in the U.S. If OP is outside the U.S., a suitable library is available outside the U.S., and OP doesn't want to sell a product which uses it in the U.S., there's no problem.
YAT_Archivista at 2007-7-13 16:56:05 > top of Java-index,Other Topics,Algorithms...