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!

How to resize *.obj file

843799Aug 11 2008 — edited Aug 11 2008
hi everyone,

I need some help like

how to re-size the object(*.obj) file. when i try using ObjectFile.RESIZE field the object in my scene is too small and when i try to remove ObjectFile.RESIZE from the code the same object in my scene is too big. but i want to re-size according to my scene.


ObjectFile file = new ObjectFile (ObjectFile.RESIZE);

scene1 = file.load("model/palmtree.OBJ");
thanks in advance,

satish
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2008
Added on Aug 11 2008
1 comment
619 views