Files
RCBASIC4/doc/doc_files/setmeshboundingbox.html
2025-08-13 19:20:25 -05:00

24 lines
694 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetMeshBoundingBox [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetMeshBoundingBox( mesh, min_x, min_y, min_z, max_x, max_y, max_z ) </h2></p>
<p>
Sets the min and max corners of a meshes bounding box.
</p>
<p>
NOTE: Physics shapes are determined from the bounding box data so you should adjust this before setting the shape.
</p>
<br><p>Related:
<a href="getmeshboundingbox.html">GetMeshBoundingBox</a>
<a href="recalculatemeshboundingbox.html">ReCalculateMeshBoundingBox</a>
</p>
<p>
</body>
</html>