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