25 lines
701 B
HTML
25 lines
701 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>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |