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
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