Author Topic: Bounding Box  (Read 2380 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Bounding Box
« on: June 10, 2011, 03:48:06 pm »
Could you add method getBoundingBox for Object3D? maybe would be returned Object array with minx, maxx,...

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Bounding Box
« Reply #1 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... ;)