www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Thomas. on June 10, 2011, 03:48:06 pm

Title: Bounding Box
Post by: Thomas. on June 10, 2011, 03:48:06 pm
Could you add method getBoundingBox for Object3D? maybe would be returned Object array with minx, maxx,...
Title: Re: Bounding Box
Post by: EgonOlsen on June 10, 2011, 03:51:17 pm
No need for that. The Object3D itself has no bounding box, the mesh has. And the Mesh-class already has this method... ;)