hi everybody
        I use jdk1.2.2 & java3D 1.1.3 . I use jni in my program to caculate the data 
and use java3d to draw . After I display several object I notice that the memory usage 
increased . (at first it did not increase ,after drawing several times,it increase 
2-4M every time ,in my C code I have free my molloced memory ) and it don't be freed 
by java .soon I got "out of memory" I had used "java -mx128m myclass".
BranchGroup t
..
{
   t.detach();
   t=new BranchGroup()
   ......
   scene.addChild(t);
}
I need help


            kensun
            [EMAIL PROTECTED]

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