Hello ,
I am working with IntellijIDEA, and I increased the heap size to 512MB. So now it works for 180 objects but not for 200 objects!!!
And another question: Is it possible to load a vrml object and then clone this object.I have added below my source where I load objects :
 
BranchGroup bg=new vrmlLoad("03.wrl");
transformgroup.addChild( bg  );
bgRoot.addChild( transforngroup );
 
This loading repeats for 200 objects.
 

Laurent Gilson <[EMAIL PROTECTED]> wrote:
Hello

> I have loaded about 180 vrml object ( .wrl format ).When I load the
> textures I get the OutOfMemoryException, but without texture it works
> well.Each object has a 3KB texture. My RAM is 1.0 GB .

java limits itself to 64 (32 ?) MB RAM (depends on the version, 1.5 has a
flexible limit ...) . That behavior can be changed with -X parameters. Launch
"java -X" to get the parameter-list.

cu

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

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam pr otection around
http://mail.yahoo.com =========================================================================== 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