Object that renders an instance of a geometric mesh.

Name | Description |
---|---|
name | Object name [string] |
input_matrix | Input matrix [matrix4] |
position | Position [vector3] |
orientation | Orientation [angle_axis] |
scale | Scale Matrix [vector3] |
output_matrix | Output matrix [matrix4] |
input_mesh | Input mesh [mesh] |
output_mesh | Output mesh [mesh] |
render_final | Visible in the final rendered image [boolean] |
render_shadows | Cast shadows [boolean] |
motion_blur | Enable motion blur for this object [boolean] |
viewport_visible | Visible [boolean] |
color | Color [color] |