GetModelBoundingBox method

BoundingBoxC GetModelBoundingBox(
  1. ModelC model
)

Compute model bounding box limits (considers all meshes)

Implementation

BoundingBoxC GetModelBoundingBox(ModelC model)
  => _GetModelBoundingBox(model);