Skip to contents

Compute model bounding box limits (considers all meshes).

Usage

get_model_bounding_box(model)

Arguments

model

A model.

Value

A bounding_box

Note

This function has been auto-generated from the following Raylib function definition:

BoundingBox GetModelBoundingBox(Model model);

See also

model() for creating model objects.

Other model functions: draw_model_ex(), draw_model_wires(), draw_model(), get_ray_collision_model(), load_model(), unload_model()