On this page
Properties

Interface CameraParams

Params for setting the camera's pitch and bearing while adding SplatModel.

interface CameraParams {
    bearing?: number;
    pitch?: number;
}
Index

Properties

Properties

bearing?: number

Bearing (rotation) in degrees.

pitch?: number

Pitch (tilt) in degrees.

Was this helpful?

GeoSplats SDK
Reference
CameraParams