Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do you change the ViewPlatform

843799Aug 25 2001 — edited Aug 28 2001
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.

Comments

843799
simpleU.getViewTransform()

Then alter the transform3d it returns, then simpleU.setViewTransform()
843799
Does not work.
In the documentation, there is no such method at all.
843799
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).
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 25 2001
Added on Aug 25 2001
3 comments
92 views