Hi,
I am working on a mathematical model which I have represented in Java3D. I
am able to view the model using lookAt() and ortho(). But if I use
perspective() or frustum() on the same Transform3D object, it gives me the
following error. I tried changing the object to a simple Cube, but it
still gives me this error.

Exception in thread
"main" javax.media.j3d.BadTransformException: TransformGroup: non-affine
transform at
javax.media.j3d.TransformGroup.setTransform(TransformGroup.java:108)


I have no idea why this is happening. According to the error description
in the API, it should not give an error if I am using perspective
projection to one point (which is exactly what I am doing).

Please could you let me know what might be the problem.
Thanks a lot,
Alark Joshi

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