output::setOutputPosition
Sets the position of the rendered output.
Declaration
void output::setOutputPosition(float3 position)Parameters
- position:
The 3D position where the output should be rendered, in the graph’s local coordinate system.
Discussion
This function customizes where the particle will be rendered in 3D space. This affects only the rendered appearance and does not modify the particle node’s actual position.