57 lines
1.1 KiB
HTML
57 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Serenity3D [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Serenity3D Mesh Editor </h2></p>
|
|
<p>
|
|
The mesh editor performs the following functions
|
|
</p>
|
|
<ol>
|
|
<li>
|
|
Load Mesh from file
|
|
</li>
|
|
<li>
|
|
Create Mesh from a mesh primitive shape
|
|
</li>
|
|
<li>
|
|
Remove mesh from project
|
|
</li>
|
|
</ol>
|
|
<p>
|
|
<br>
|
|
</p>
|
|
<p>
|
|
The mesh preview window has the same controls as the material preview.
|
|
</p>
|
|
<p>
|
|
Hold the middle mouse button down and move the mouse left/right to rotate around the mesh.
|
|
</p>
|
|
<p><img src="images/serenity_mesh_editor.png" width=640 height=400></p>
|
|
<ol>
|
|
<li>
|
|
ID - Must be a valid RCBasic variable
|
|
</li>
|
|
<li>
|
|
File - The file the mesh was loaded from
|
|
</li>
|
|
<li>
|
|
Materials - Add materials and set them
|
|
</li>
|
|
<li>
|
|
Animations - Add and remove animations from mesh
|
|
<ul>
|
|
<li>
|
|
NOTE: MD2 meshes will load default animations
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |