Re: [JAVA3D] multiple viewPlatform

2000-05-30 Thread Andreas Ebbert
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

[JAVA3D] multiple viewPlatform

2000-05-29 Thread HAroldo Pereira
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 ###