mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Toggle visibility range plugin into psv init and adjust where we are table
This commit is contained in:
@@ -222,13 +222,6 @@ export default function RoomPage({
|
||||
const shperePlayerInstance = new Viewer({
|
||||
container: 'roomViewer',
|
||||
plugins: [
|
||||
[
|
||||
VisibleRangePlugin,
|
||||
{
|
||||
longitudeRange: [null],
|
||||
latitudeRange: [-Math.PI / 2, Math.PI / 4], //Restrict range so you can't see the top of the pano
|
||||
},
|
||||
],
|
||||
[GyroscopePlugin, StereoPlugin],
|
||||
MarkersPlugin,
|
||||
[
|
||||
|
Reference in New Issue
Block a user