Matrix 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] |
| count | Count [integer] |
| offsetx | X Offset [number] |
| offsety | Y Offset [number] |
| offsetz | Z Offset [number] |
| rotatex | X Rotation [number] |
| rotatey | Y Rotation [number] |
| rotatez | Z Rotation [number] |