56 lines
1.3 KiB
HTML
56 lines
1.3 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 Scene Editor </h2></p>
|
|
<p>
|
|
The scene editor performs the following functions
|
|
</p>
|
|
<ol>
|
|
<li>
|
|
Create Stages
|
|
</li>
|
|
<li>
|
|
Create Actors and Place them in a stage
|
|
</li>
|
|
<li>
|
|
Set Actor Properties
|
|
</li>
|
|
</ol>
|
|
<p>
|
|
<br>
|
|
</p>
|
|
<p>
|
|
The project tree is where the project is organized. To be able to add actors to a project there must be an active stage. <br> NOTE: A stage will be bold in the tree view when its active.
|
|
</p>
|
|
<p><img src="images/sn_project_tree.png" width=300 height=300></p>
|
|
<p>
|
|
<br>
|
|
</p>
|
|
<p>
|
|
The scene view is where most of the work is done.
|
|
</p>
|
|
<p><img src="images/serenity_scene_editor.png" width=640 height=400></p>
|
|
<p>
|
|
These are the main controls for navigating through the scene:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Hold the middle mouse button in the viewport to go into navigate mode
|
|
</li>
|
|
<li>
|
|
While the middle mouse is down, you can around with W/A/S/D and move vertically with R/F
|
|
</li>
|
|
<li>
|
|
Moving the mouse will rotate the camera
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |