Hello, When I load and view an applet with Java 3D models, I found the CPU usage is 100% even if all the models are still. If I load different models several times, the models will become incomplete (some surfaces are missing) in WinNT platform, or a black view port in Win2K platform. The performance is also going slow and slow. I think this is because memory is not released properly when I load another model, or there is no chance for garbage collection due to the 100% CPU usage. Does anybody know how to increase the performance (release memory and reduce CPU usage)? I tried System.gc(), but it has not effect.
Thanks. Ian Wang =========================================================================== 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".