Nodes · 3D
GeoPrimitive
3Dv1app
Overview
A geometry primitive (cube, sphere, plane, cylinder) with transform and colour — stand-ins and simple set pieces.
Inputs
| Input | What it takes |
|---|---|
| in | the image this node works on |
Outputs
| Output | Type |
|---|---|
| out | Scene |
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| primitive | Choice | cube | Not documented yet. |
| color | Color | [0.6, 0.6, 0.6, 1.0] | Not documented yet. |
| catcher | Bool | false | Shadow catcher: the surface never renders, but it still occludes and still catches contact shadows from geometry above it — over a plate, only the shadow shows (its alpha carries the density for the comp). Scene+'s ground plane arrives with this ON; untick to see the plane as geometry. Casts clip to the plane's own edge, and anything BELOW the plane casts nothing. |
| point_deltas | Text | String::new( | 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.