GetModelBoundingBox abstract method

BoundingBoxStructType GetModelBoundingBox(
  1. ModelStructType model
)

Compute model bounding box limits (considers all meshes)

Implementation

BoundingBoxStructType GetModelBoundingBox(
  ModelStructType model,
);