I have a problem where a single one of my Geometry nodes under a Group becomes invisible for no apparent reason. It only happens when I translate the ViewPlatform a small distance in the Z-direction and the View has setProjectionPolicy(View.PARALLEL_PROJECTION).
What is curious is that I have a single set of vertices that I use to create two Geometry's, one is a quad array, the second is an IndexedLineArray for displaying the edges of the quads in a different color. Even though the two Geometry's coordinates lie on top of one another, and they are both in the same Group, the IndexedLineArray disappears if the ViewPlatform transform is translated far enough in the Z-direction. This doesn't happen when I use the perspective projection. What am I doing wrong? Thanks for any help in advance. --Kevin Copps =========================================================================== 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".
