Files
RCBASIC4/doc/serenity_docs/serenity_scene_editor.txt
2025-08-31 21:50:38 -05:00

29 lines
865 B
Plaintext

#title Serenity3D [RCBasic Doc]
#header Serenity3D Scene Editor
The scene editor performs the following functions
#list ol
#li Create Stages
#li Create Actors and Place them in a stage
#li Set Actor Properties
#/list
<br>
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.
#image "images/sn_project_tree.png", w=300, h=300
<br>
The scene view is where most of the work is done.
#image "images/serenity_scene_editor.png", w=640, h=400
These are the main controls for navigating through the scene:
#list ul
#li Hold the middle mouse button in the viewport to go into navigate mode
#li While the middle mouse is down, you can around with W/A/S/D and move vertically with R/F
#li Moving the mouse will rotate the camera
#/list