disablePitch
Disable x-axis rotation (pitch).
Example
- JSON
- Javascript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
rotate: {
disablePitch: true
},
projection: new EquirectProjection({
src: "/pano/equirect/veste.jpg",
})
}
Disable x-axis rotation (pitch).
{
rotate: {
disablePitch: true
},
projection: new EquirectProjection({
src: "/pano/equirect/veste.jpg",
})
}