Skip to main content

Transform Curve

Overview

Applies translation, rotation, and scaling transformations to an input curve.


Inputs

NameTypeDescription
InputCurveCurve to be transformed.
TranslationVector3Positional offset applied to all points of the curve.
RotationVector3Euler rotation (in degrees) applied to the curve.
ScaleVector3Per-axis scale applied to the curve.
Uniform ScalefloatScalar multiplier applied on top of the scale.

Outputs

NameTypeDescription
OutputCurveTransformed curve.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Transformations are applied uniformly to all points of the curve.
  • Rotation uses Unity-style Euler angles.