Marix filter object.

| 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] |
| 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] |
| material | Surface material [object] |
| instance | Instance [object] |
| ucount | U Axis Count [integer] |
| uoffsetx | U Axis X Offset [number] |
| uoffsety | U Axis Y Offset [number] |
| uoffsetz | U Axis Z Offset [number] |
| urotatex | U Axis X Rotation [number] |
| urotatey | U Axis Y Rotation [number] |
| urotatez | U Axis Z Rotation [number] |
| vcount | V Axis Count [integer] |
| voffsetx | V Axis X Offset [number] |
| voffsety | V Axis Y Offset [number] |
| voffsetz | V Axis Z Offset [number] |
| vrotatex | V Axis X Rotation [number] |
| vrotatey | V Axis Y Rotation [number] |
| vrotatez | V Axis Z Rotation [number] |