cameraTransform
beta
filter
cameraTransform
RayTK
v0.42
Specialized transform that can be applied to cameras.
Similar to lightTransform, this operator is designed to work specifically with cameras, including changes to direction and look at position.
Parameters
| Name | Description | Regular Handling | Read-Only Handling |
|---|---|---|---|
Enable | |||
Position Translate | Offset applied to the camera’s origin position. | Runtime | Baked |
Direction Rotate | Rotation applied to the direction that the camera is facing. Note that this does not impact the position of the camera. | Runtime | Baked |
Look At Mode | Whether the look at position (if used) should be adjusted with the position or remain stationary. | Runtime | Semi-Baked |
| |||
Look At Translate | Translation offset applied to only the look at position. | Runtime | Baked |
Inputs
-
Camera: (required)- Coordinate Types:
vec2 - Context Types:
CameraContext - Return Types:
Ray
- Coordinate Types:
-
Translate Field: (required)- Coordinate Types:
vec3 - Context Types:
CameraContext - Return Types:
vec4 - Supports Variables From Inputs:
camera
- Coordinate Types:
-
Direction Rotate Field: (required)- Coordinate Types:
vec3 - Context Types:
CameraContext - Return Types:
vec4 - Supports Variables From Inputs:
cameratranslateField
- Coordinate Types: