Hi !
When I try to zoom-in very close to the object, it gets clipped by the
front-clipping plane. If I try to setFrontClipDistance( ) to a small value
say 0.0000001d ), it doesn't render the object properly ( some polygons are
arbitrarily missing ). Any ideas why this happens? Or is there's some other
way by which I can zoom very-very close to he object?
Thanks,
Naveen
PS: To test this, use demo program java3D/ObjLoad/ObjLoad.java and
setFrontClipDistance, by adding "
u.getViewer().getView().setFrontClipDistance( 0.000001d); " at line 222. You
may load some .obj file from java3D/Geometry directory ( say beethoven.obj )
http://www.cis.ohio-state.edu/~leekha
===========================================================================
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".