How to find the height of .obj Objects?
843799Jul 23 2006 — edited Jul 23 2006Okay so here is the deal. I'm trying to create a basic 3D world creator. I'm using .obj files to load the objects I can place in the world. If I'm correct when you load a .obj file it places the center of the object at the orign. I'm trying to make it so all the "buildings" I create from .obj files using the ObjectFile loader supplied by sun all lay on the same plane (All the bases are at the same y coordinate). I need to find the height of the Shape3Ds so I can put them all on one level. I keep on running into complications with deprecated methods and By_Reference. Is there a simple way to find the height? Thanks.