Type Alias: PointOfViewTransform
type PointOfViewTransform = {
position: Vec3;
orientation: Quat;
};
Defined in: livelink.react/sources/hooks/utils/PointOfViewSnapshotGrid.ts:64
A camera transform to capture a snapshot of.
Properties
position
position: Vec3;
Defined in: livelink.react/sources/hooks/utils/PointOfViewSnapshotGrid.ts:68
World space position of the point of view.
orientation
orientation: Quat;
Defined in: livelink.react/sources/hooks/utils/PointOfViewSnapshotGrid.ts:73
World space orientation of the point of view.