Hi > please, give me a sample code about adding shape to branchgroup after compile.. This is only possible by putting the Shape3D also into a BranchGroup and add this one to your already existing BranchGroup. For example:
Shape3D myNewShape = new Shape3D(newGeom,newApp); BranchGroup myNewBG = new BranchGroup(); myNewBG.addChild(myNewShape); myOldBG.addChild(myNewBG); EOF, J.D. -- Jmark2k+1 (http://www.antiflash.net/jmark) Test the performance of your PC online! =========================================================================== 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".
