Hello all, I saw a 100% pure java applet today and it shows lathe objects. It is very impressive and I saw the source code that the writter wrote this applet by using his own methods, he is not using the TriangleStripArray or the built-in API. My question is that is it possible to use TriangleStripArray or FanArray to do that? Because I tried and it didn't work out. The web said that is a Java 3D engine but is it that I have to create bit by bit like him using my own methods to create a 3D object to be called 3D engine? What if I use TriangleStripArray to create object, does my program call an engine as well? Here is the web site that I saw the applet:
http://www2.active.ch/~proxima/idx3d/idx3d.html Many thanks, Andy =========================================================================== 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".
