Hi Jaoa > How do I set my Java3D program to display the objects in wireframe? > I need to be able to toggle from goroud or flat shading to wireframe and > back in runtime. Does anyone know how to do this? Yes simply by the Appearance-Nodecomponent of a Shape3D. You have to set its PolygonAttributes to the corresponding values. See the Javadocs of Java3D for more information
EOF, J.D. -- Jmark2k+1 (http://www.antiflash.net/jmark) Test the performance of your PC online! =========================================================================== 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".
