@novorender/web_app / Orientation
Interface: Orientation
Camera controller 3D orientation in world space.
Properties
pitch
readonly pitch: number;
Camera pitch angle in degrees.
Defined in
@novorender/web_app/controller/base.ts:283
pos
readonly pos: ReadonlyVec3;
Camera position.
Defined in
@novorender/web_app/controller/base.ts:281
yaw
readonly yaw: number;
Camera yaw angle in degrees.