> From: Eric Arnold <[EMAIL PROTECTED]>
> I am writing a predator/prey simulation
> and want the animals to have semi random movement but I can't get them to
> move unless I use a PositionInterpolator - and then they just move along one
> axis. I tried adding an extra branch group and rotating it to change the
> direction but that didn't work. I wanted to just use the set method in
> Transform3D to change the position vector, but that didn't want to update
> the position. I would appreciate any help you could give me
Using the set() methods on the Transform3D will just change the value of the
Transform3D. You then need to copy that Transform3D to the TransformGroup using
TransformGroup.setTransform().
Doug Gehringer
Sun Microsystems
===========================================================================
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".