Re: [JAVA3D] Rotation of a 3D object without using PickRotateBehaviour

2000-08-08 Thread ipsita trim
Attached is a simple behavior that makes a 3d object rotate on the y-axis on clicking the mouse. --- Ashish Tayal <[EMAIL PROTECTED]> wrote: > hello, > > Can anyone send me an example of creating a > Simple behaviour in which > a 3-D object rotates using a mouse ( i.e. between > mousebu

[JAVA3D] Rotation of a 3D object without using PickRotateBehaviour

2000-08-08 Thread Ashish Tayal
hello, Can anyone send me an example of creating a Simple behaviour in which a 3-D object rotates using a mouse ( i.e. between mousebuttonup and mousebuttondown).. I don't want to use the default behaviours.. Ashish ==