How do you change the ViewPlatform

How do you change the position and angle of the ViewPlatform.There doesnt seem to be anything about this in the J3D tutorial or in the documentation.Please help.
[189 byte] By [sthitha] at [2007-9-26 5:04:56]
# 1
simpleU.getViewTransform()Then alter the transform3d it returns, then simpleU.setViewTransform()
OrangyTang at 2007-6-29 19:03:18 > top of Java-index,Security,Cryptography...
# 2
Does not work.In the documentation, there is no such method at all.
sthitha at 2007-6-29 19:03:18 > top of Java-index,Security,Cryptography...
# 3
oops, close but no bannana, simpleU.getViewingPlatform() and simpleU.getViewPlatformTransform(). *then* alter as i mentioned above. (assuming you're using SimpleUniverse that is, if you're not, then its easy).
OrangyTang at 2007-6-29 19:03:18 > top of Java-index,Security,Cryptography...