lightTransform
beta
filter
lightTransform
RayTK
v0.42
Specialized transform that can be applied to lights, taking into account things like look at direction.
Similar to cameraTransform
, this operator is specificaly designed to work on lights.
Parameters
Name | Description | Regular Handling | Read-Only Handling |
---|---|---|---|
Enable | |||
Position Translate | Translation offset applied to the position of the light source. | Runtime | Baked |
Direction Rotate | Rotation applied to the direction which the light source is facing. | Runtime | Baked |
Look At Mode | Whether the look at position (if used) should be adjusted with the main position or remain stationary. | Runtime | Semi-Baked |
| |||
Look At Translate | Translation offset applied to only the look at position. | Runtime | Baked |
Inputs
-
Light
: (required)- Coordinate Types:
vec3
- Context Types:
LightContext
- Return Types:
Light
- Coordinate Types:
-
Position Translate Field
: (optional)- Coordinate Types:
vec3
- Context Types:
LightContext
- Return Types:
vec4
- Coordinate Types:
-
Direction Rotate Field
: (optional)- Coordinate Types:
vec3
- Context Types:
LightContext
- Return Types:
vec4
- Supports Variables From Inputs:
posTranslateField
- Coordinate Types:
-
Look At Translate Field
: (optional)- Coordinate Types:
vec3
- Context Types:
LightContext
- Return Types:
vec4
- Supports Variables From Inputs:
posTranslateField
dirRotateField
- Coordinate Types: