diff --git a/assets/icons/section_x.png b/assets/icons/section_x.png new file mode 100644 index 0000000..7fba521 Binary files /dev/null and b/assets/icons/section_x.png differ diff --git a/assets/defsky-grass.jpg b/assets/pano/defsky-grass.jpg similarity index 100% rename from assets/defsky-grass.jpg rename to assets/pano/defsky-grass.jpg diff --git a/assets/hemi-grey.jpg b/assets/pano/hemi-grey.jpg similarity index 100% rename from assets/hemi-grey.jpg rename to assets/pano/hemi-grey.jpg diff --git a/config.js b/config.js index b39571c..10e3c73 100644 --- a/config.js +++ b/config.js @@ -33,7 +33,7 @@ export const config = { popup: theater1Popup, coords: [45.4363, 12.3352], model: "teatro_san_salvador_20250926.gltf", - pano: "hemi-grey.jpg", + pano: "pano/hemi-grey.jpg", } ], map : { diff --git a/index.html b/index.html index 3638871..9c3bd7e 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,20 @@ input[type="checkbox"] { cursor: pointer; } + #clipper-bar .btn { + background-repeat: no-repeat; + background-position: center; + background-size: 80%; + } + #clipX { + background-image: url('assets/icons/section_x.png'); + } + #clipY { + background-image: url('assets/icons/section_x.png'); + } + #clipZ { + background-image: url('assets/icons/section_x.png'); + } @@ -78,7 +92,7 @@ -