How does views work in XIth3d ?

I’ve tried to add a view to a transformgroup…to make it follow that transformgroups movements, rotations etc. This is how it’s done in Java3d (at least it’s the way I did it). But the view just stays put. Javadoc for the view ckass is still empty. What am I doing wrong ?

not sure why…
for a workaround, just set the views transform to the objects transformgroup that you want it to follow

Hey im interested in that last answer… could u plz show me an Example on how to do that???

thanks

view.getTransform().set(t);

Where t is your Transform3D.