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({
|
const shperePlayerInstance = new Viewer({
|
||||||
container: 'roomViewer',
|
container: 'roomViewer',
|
||||||
plugins: [
|
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],
|
[GyroscopePlugin, StereoPlugin],
|
||||||
MarkersPlugin,
|
MarkersPlugin,
|
||||||
[
|
[
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
{
|
{
|
||||||
"day": "Lunedì",
|
"day": "Lunedì",
|
||||||
"time": "9:00/12:00",
|
"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ì",
|
"day": "Lunedì",
|
||||||
"time": "15:00/18:00",
|
"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ì",
|
"day": "Martedì",
|
||||||
@ -60,12 +60,12 @@
|
|||||||
{
|
{
|
||||||
"day": "Monday",
|
"day": "Monday",
|
||||||
"time": "9:00/12:00",
|
"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",
|
"day": "Monday",
|
||||||
"time": "15:00/18:00",
|
"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",
|
"day": "Tuesday",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user