mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
Toggle visibility range plugin into psv init and adjust where we are table
This commit is contained in:
parent
bf1a8b6f87
commit
bb2c749524
@ -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,
|
||||
[
|
||||
|
@ -3,12 +3,12 @@
|
||||
{
|
||||
"day": "Lunedì",
|
||||
"time": "9:00/12:00",
|
||||
"location": "da Pineto a Chieti (Pineto, Silvi, Montesilvano, Pescara, Chieti e zone limitrofe al tragitto)"
|
||||
"location": "da Pineto a Chieti"
|
||||
},
|
||||
{
|
||||
"day": "Lunedì",
|
||||
"time": "15:00/18:00",
|
||||
"location": "da Pineto a Martinsicuro (Pineto, Roseto, Giulianova, Mosciano, Martinsicuro e zone limitrofe)"
|
||||
"location": "da Pineto a Martinsicuro"
|
||||
},
|
||||
{
|
||||
"day": "Martedì",
|
||||
@ -60,12 +60,12 @@
|
||||
{
|
||||
"day": "Monday",
|
||||
"time": "9:00/12:00",
|
||||
"location": "from Pineto to Chieti (Pineto, Silvi, Montesilvano, Pescara, Chieti and nearby areas)"
|
||||
"location": "from Pineto to Chieti"
|
||||
},
|
||||
{
|
||||
"day": "Monday",
|
||||
"time": "15:00/18:00",
|
||||
"location": "from Pineto to Martinsicuro (Pineto, Roseto, Giulianova, Mosciano, Martinsicuro and nearby areas)"
|
||||
"location": "from Pineto to Martinsicuro"
|
||||
},
|
||||
{
|
||||
"day": "Tuesday",
|
||||
|
Loading…
x
Reference in New Issue
Block a user