Jeremy, To move an object, I am reading about PositionInterpolars. I also saw that I can use a set method on the Transform3D.
Which would you recommend to move an object in an eliptical path? To use the set method do I have to create a behavior with a wakeup? I am new to Java 3D... Thanks, kurt... --- Jeremy Booth <[EMAIL PROTECTED]> wrote: > Kurt Kirkham wrote: > > I am wanting to move an Shape3D through a 3D > universe. > > I have not seen any good information on how to do > > that or code examples (the code examples that I > pulled > > from the web didn't work). > > > > Does anyone know a good reference webpage or have > some > > code. > > > > Thanks, > > place a TransformGroup above the shape3D in the > scenegraph, modify the > transform in the transform group to move the shape. > > there is good information at > > http://j3d.org > http://java.sun.com/products/java-media/3D/collateral/ > > HTH > > Jeremy > -- > > Homepage: http://www.computerbooth.com/ > Code page: http://www.newdawnsoftware.com/ > > =========================================================================== > 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". =========================================================================== 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".
