struct SetCameraTransformCmd
Defined at line 3464 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h
Sets a camera's view matrix.
This operation can be applied to both Cameras and StereoCameras.
Constraints:
- `camera_id` refs a `Camera`.
- `eye_position` is the position of the eye.
- `eye_look_at` is the point is the scene the that eye is pointed at.
- `eye_up` defines the camera's "up" vector.
Public Members
uint32_t camera_id
Vector3Value eye_position
Vector3Value eye_look_at
Vector3Value eye_up