Bounds of Shape3D

I have an anomaly shape3D from OBJ file in the Scene.

When I use getBounds(),it return a BoundsBox.

This BoundsBox is bigger than the shape3D.

Such as the hand.obj( in the demo of the jdk ) ,it is crude by using the BoundsBox .

Can I set exactly Bounds of this shape3d.

Thanks!

[314 byte] By [pangdodo] at [2007-9-30 20:14:02]
# 1
Check out the BoundingPolytrope class in the 3d utils package.
jjones3566 at 2007-7-7 0:59:24 > top of Java-index,Security,Cryptography...
# 2
Is there any advantage way to set the bounds?I think when I use the BoundingPolytrope ,I am doing twice work when I create a shape3D,one is building the shed3D,the other is bounds.Is that right?Thanks!
pangdodo at 2007-7-7 0:59:24 > top of Java-index,Security,Cryptography...