Files
RCBASIC4/doc/doc_files/createmeshoctreeactor.html
2024-10-27 11:52:28 -04:00

33 lines
942 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>CreateMeshOctreeActor [RCBasic Doc] </title>
</head>
<body>
<p><h2>function CreateMeshOctreeActor( mesh ) </h2></p>
<p>
Returns a mesh actor optimized for large objects (such as levels)
</p>
<br><p>Related:
<a href="createmesh.html">CreateMesh</a>
<a href="loadmesh.html">LoadMesh</a>
</p>
<p>
<br>
</p>
<br><p>Related:
<a href="createmeshactor.html">CreateMeshActor</a>
<a href="createcubeactor.html">CreateCubeActor</a>
<a href="createsphereactor.html">CreateSphereActor</a>
<a href="createwaterplaneactor.html">CreateWaterPlaneActor</a>
<a href="createlightactor.html">CreateLightActor</a>
<a href="createbillboardactor.html">CreateBillboardActor</a>
<a href="createterrainactor.html">CreateTerrainActor</a>
</p>
<p>
</body>
</html>