cameraTransform

beta
filter
cameraTransform
RayTK
v0.41

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
  • Include Position Translate: The look at position should be moved by the same amount that the main position is moved.
  • Separate Translate Only: The look at position should remain in place regardless of how the main position moves.
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
  • Translate Field: (required)
    • Coordinate Types: vec3
    • Context Types: CameraContext
    • Return Types: vec4
    • Supports Variables From Inputs: camera
  • Direction Rotate Field: (required)
    • Coordinate Types: vec3
    • Context Types: CameraContext
    • Return Types: vec4
    • Supports Variables From Inputs: camera translateField