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