On this page
Properties

Interface SplatModelRotationDegree

Represents the rotation of a SplatModel in degrees.

interface SplatModelRotationDegree {
    xRot: number;
    yRot: number;
    zRot: number;
}
Index

Properties

Properties

xRot: number
yRot: number
zRot: number

Was this helpful?

GeoSplats SDK
Reference
SplatModelRotationDegree