Models
Models are 3D Objects that get rendered to a 2D plane. Models need to be contained in a Scene that will be in charge of rendering them.
🔨 Model are basic at the moment, but they will be expanded in the future with transformation gizmos and more.
Property | Description |
---|---|
Position X | Moves the model in the horizontal axis. |
Position Y | Moves the model in the vertical axis. |
Position Z | Moves the model in the depth axis. |
Rotation X | Rotates the model in the horizontal axis. |
Rotation Y | Rotates the model in the vertical axis. |
Rotation Z | Rotates the model in the depth axis. |
Scale X | Scales the model in the horizontal axis. |
Scale Y | Scales the model in the vertical axis. |
Scale Z | Scales the model in the depth axis. |
Load 3D Model | Loads a 3D model (see Supported Formats) into the Model element. |
Delete 3D Model | Removed the previously loaded 3D Model from memory. |