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?
i've never used PositionInterpolators, i've only looked at java3d for games, and my AI doesn't fly along set paths. For elliptical paths they might be appropriate, someone else will be able to answer this.
To use the set method do I have to create a behaviour with a wakeup?
yes, they are easy, my code is full of them. It seems that they can be quite resource hungry (i've not seen this myself, but I recall it being said before), a good way to deal with this might be to use a behaviour as a trigger to another method that deals with all updates, rather than one behaviour for each object.
I am new to Java 3D...
we all were once :)
Cheers
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".