Re: [JAVA3D] Help Request for Rotate

2001-07-18 Thread Joachim Diepstraten
Ehlo Manny > Question: Does anyone know if this is possible by applying a > correct transform in the content branch -- or does this have Well basically it doesn't matter if you transform all the objects or the view. But performance wise it's better to transform the view if possible. > to happen

[JAVA3D] Help Request for Rotate

2001-07-18 Thread Manny Cuevas
Hi, Starting from Sun's PickTest.java example in their Java3D tutorial (it has about 12 objects in a scene each individually may be selected, moved and rotated), I am trying to Rotate the ENTIRE scene -- all 12 objects together in either the X, Y or Z axis plane. Question: Does anyone know if th