@novorender/api / Orientation
Interface: Orientation
Defined in: @novorender/src/web_app/controller/base.ts:305
Camera controller 3D orientation in world space.
Properties
pitch
readonly pitch: number;
Defined in: @novorender/src/web_app/controller/base.ts:309
Camera pitch angle in degrees.
pos
readonly pos: ReadonlyVec3;
Defined in: @novorender/src/web_app/controller/base.ts:307
Camera position.
yaw
readonly yaw: number;
Defined in: @novorender/src/web_app/controller/base.ts:311
Camera yaw angle in degrees.