Skip to main content

disableYaw

Typeboolean
Defaultfalse
Added inv4.0.0

Disable y-axis rotation (yaw).

Example

{
rotate: {
disableYaw: true
},
projection: new EquirectProjection({
src: "/pano/equirect/veste.jpg",
})
}