Hi,
HAroldo Pereira wrote:
> BranchGroup createViewGraph(SimpleUniverse u, Canvas3D c3d, int num) {
> BranchGroup viewRoot = new BranchGroup();
>
> TransformGroup offTg = new TransformGroup();
> offTg.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
> view
Hi
I have a problem with nultiple ViewPlatform.
I wish to see a cube in tree different form (front, left and rigth views).
I rotate the TransformGroup that contain the ViewPlatform object. but it
does not works.
The code is below.
Help me.
Haroldo
###