37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CreateAnimatedActor [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function CreateAnimatedActor( mesh ) </h2></p>
|
|
<p>
|
|
Returns a new animated actor composed of a mesh
|
|
</p>
|
|
<p>
|
|
The mesh can either be created using CreateMesh() or Loaded using LoadMesh()
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="createmesh.html">CreateMesh</a>
|
|
<a href="loadmesh.html">LoadMesh</a>
|
|
<a href="loadmeshfroman8.html">LoadMeshFromAN8</a>
|
|
</p>
|
|
<p>
|
|
<br>
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="createoctreeactor.html">CreateOctreeActor</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> |