Hi,
When I load a .obj file, the objects are resized in order to fit the screen
 
            int flags = ObjectFile.RESIZE;
            ObjectFile f = new ObjectFile(flags,(float)(60 * Math.PI / 180.0));
 
It is possible to get the scale factor wich is applied. I need this info to add some objets and keep the same proportions.
 
Thank you.
Olivier.
 
 

Reply via email to