Nodes · 3D
ReadGeo3D
3Dv1app
Overview
Reads geometry from a .usda or .obj file into the scene.
Outputs
| Output | Type |
|---|---|
| out | Scene |
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| file | Text | String::new( | The file on disk — use #### for frame numbers in a sequence. |
| prim_path | Text | String::new( | Not documented yet. |
| payload | Bool | false | Not documented yet. |
| tx | Float | 0 | Translate X — position along the world X axis, metres. |
| ty | Float | 0 | Translate Y — position along the world Y axis (up), metres. |
| tz | Float | 0 | Translate Z — position along the world Z axis, metres. The camera looks down −Z. |
| rx | Float | 0 | Rotate around X, degrees. |
| ry | Float | 0 | Rotate around Y (turntable), degrees. |
| rz | Float | 0 | Rotate around Z (roll), degrees. |
| sx | Float | 1 | Scale along X. 1 = unchanged. |
| sy | Float | 1 | Scale along Y. |
| sz | Float | 1 | Scale along Z. |
See also
- The 3D system — How to put geometry, cameras and volumes in the comp — without becoming a 3D application.