output::setScale
Sets the scale factor of the rendered output.
Declaration
void output::setScale(float2 scale)Parameters
- scale:
The scale factor to apply in X and Y dimensions.
Discussion
This function applies a scale transformation to the rendered particle output, allowing independent control of horizontal and vertical scaling. This affects only the rendered appearance and does not modify the particle itself.