Hi, can anybody help me? I want to get the dimensions of scenegraph (width, height, deep), so I use such algorithm:
BranchGroup sceneGraph; ... making scenegraph... sceneGraph.setBoundsAutoCompute(true); BoundingBox graphBounds = new BoundingBox(sceneGraph.getBounds()); However, when I measuring the dimensions of graphBounds (using getLower() and getUpper() methods), these dimensions are ALWAYS equal (width = height = deep)! Why? I know, that scenegraph does not have not cubic form, so its really strange. And how I can get the real dimensions? =========================================================================== 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".