GetModelBoundingBox method
Compute model bounding box limits (considers all meshes)
Implementation
@override
BoundingBoxD GetModelBoundingBox(
ModelD model,
) => $.BoundingBox$.Extract1(
(p) => _ffi.GetModelBoundingBox(
$.Model$.Ref1(model).asNativePointer<ModelC>().ref,
).toDart(p.asNativePointer()),
);