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

33 lines
932 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>CreateOctreeActor [RCBasic Doc] </title>
</head>
<body>
<p><h2>function CreateOctreeActor( 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="createanimatedactor.html">CreateAnimatedActor</a>
<a href="createcubeactor.html">CreateCubeActor</a>
<a href="createsphereactor.html">CreateSphereActor</a>
<a href="createwateractor.html">CreateWaterActor</a>
<a href="createlightactor.html">CreateLightActor</a>
<a href="createbillboardactor.html">CreateBillboardActor</a>
<a href="createterrainactor.html">CreateTerrainActor</a>
</p>
<p>
</body>
</html>