Re: [JAVA3D] How to reassign TransformGroup objects

2000-04-19 Thread Gernot Veith
Hi, you can get work step 2 in a very easy way. If you want to move each cylinder separately, you have to put each cylinder into its own transformgroup as you already did it. Next you have to assign all 20 transformgroups to the transformgroup of your plate as child objects. Then each time you

[JAVA3D] How to reassign TransformGroup objects

2000-04-19 Thread Harish Nachnani
Good Morning, I have a set of cylinders on a plate. I want to achieve two senerios. 1. I would like to move each cylinder (i.e., rotatation and translation). this part is working. 2. On clicking on the plate, I would like to move all cylinders along with with the plate. What I am doing curr