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
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.
> 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.