Source object for hyperboloid.

| 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] |
| x1 | x1 [distance] |
| y1 | y1 [distance] |
| z1 | z1 [distance] |
| x2 | x2 [distance] |
| y2 | y2 [distance] |
| z2 | z2 [distance] |
| thetamax | thetamax [angle] |