Hi,

I am getting a java.lang.ClassCastException when i do the following
using J3D 1.3. Previously, i was using J3D 1.1.3 without any such
exceptions. Is it not possible to typecast BoundingSphere / BoundingBox?

BoundingBox bounds = new BoundingBox(pt1, pt2) ;

BranchGroup bgroup ;
bgroup.setBounds(bounds) ;

BoundingSphere newBounds = (BoundingSphere)bgroup.getBounds() ;

Thanks
Raghav

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