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.

img

🔨 Model are basic at the moment, but they will be expanded in the future with transformation gizmos and more.

PropertyDescription
Position XMoves the model in the horizontal axis.
Position YMoves the model in the vertical axis.
Position ZMoves the model in the depth axis.
Rotation XRotates the model in the horizontal axis.
Rotation YRotates the model in the vertical axis.
Rotation ZRotates the model in the depth axis.
Scale XScales the model in the horizontal axis.
Scale YScales the model in the vertical axis.
Scale ZScales the model in the depth axis.
Load 3D ModelLoads a 3D model (see Supported Formats) into the Model element.
Delete 3D ModelRemoved the previously loaded 3D Model from memory.