transform
Shortcuts:
- tfm
Keywords:
- move
- pivot
- position
- rotate
- scale
- transform
- translate
filter
transform
RayTK
v0.42
Transform the coordinates of the input, with rotation, scaling, and translation.
Various parts of the transform can be switched off to improve performance, and the sequence of transform steps can be reordered. It either uses the origin (0,0,0) as the pivot point, or can use another pivot point.
Parameters
Name | Description | Regular Handling | Read-Only Handling |
---|---|---|---|
Enable | |||
Enable Translate | Baked | Baked | |
Enable Rotate | Baked | Baked | |
Enable Scale | Baked | Baked | |
Enable Pivot | Baked | Baked | |
Translate | |||
Rotate | |||
Scale | |||
Uniform Scale | |||
Pivot | |||
Transform Order | |||
| |||
Rotate Order | |||
| |||
Scale Type | Baked | Baked | |
| |||
Apply To | |||
|
Inputs
-
definition_in
: (optional)- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
Sdf
Volume
Ray
Light
Particle
- Coordinate Types:
-
Rotate Field
: (optional)- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
vec4
- Coordinate Types:
-
Translate Field
: (optional)- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
vec4
- Coordinate Types:
-
Scale Field
: (optional)- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Coordinate Types: