Added new functions to documentation

This commit is contained in:
n00b87
2025-08-13 19:20:25 -05:00
parent 6ad655f40d
commit 4b2f517de4
152 changed files with 8947 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#title SetMeshBoundingBox [RCBasic Doc]
#header Sub SetMeshBoundingBox( mesh, min_x, min_y, min_z, max_x, max_y, max_z )
Sets the min and max corners of a meshes bounding box.
NOTE: Physics shapes are determined from the bounding box data so you should adjust this before setting the shape.
#ref GetMeshBoundingBox ReCalculateMeshBoundingBox