Added new functions to documentation
This commit is contained in:
24
doc/doc_files/setmeshboundingbox.html
Normal file
24
doc/doc_files/setmeshboundingbox.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user