Bounding Box

Started by Thomas., June 10, 2011, 03:48:06 PM

Previous topic - Next topic

Thomas.

Could you add method getBoundingBox for Object3D? maybe would be returned Object array with minx, maxx,...

EgonOlsen

No need for that. The Object3D itself has no bounding box, the mesh has. And the Mesh-class already has this method... ;)