Hi everyone~
I'm wondering why method - getBounds() returns radius value -1
These are some of my codes
....
Transformgroup tg;
BoundingBox b = BoundingBox(new Point3d(-10, -10, -10), new Point3d(10, 10, 10));
tg.setBounds(b);
System.out.println(tg.getBounds());
...
Result is
Center=<0.0, 0.0, 0.0> Radius=-1.0
Can anybody tell me why?
===========================================================================
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".