Demian Gutierrez wrote:

Unfortunately I didn't found a way to solve the problem (And I really
fight this one...). Java3D is simple eating my memory. I tried even
Inmediate Mode Rendereing, etc but nothing. Finally I solved the
problem moving my app to JOGL and it's working just using between
40-50MB

Java3D is a memory pig extrodinaire. We'd love to jump to JOGL but GL is a low-level graphics library, not a scenegraph library. Xith3D is still buggy as all get-out: can anyone else recommend a lightweight scenegraph library that sits on top of JOGL? In particular we need to be able to hang lots (10,000?) of shapes, particularly common shapes (spheres, cubes), and add/delete them or hide/show them a lot.

Sean

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to