WIP clipping icons
This commit is contained in:
parent
7412dd08bd
commit
db28e66c28
BIN
assets/icons/section_x.png
Normal file
BIN
assets/icons/section_x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
@ -33,7 +33,7 @@ export const config = {
|
|||||||
popup: theater1Popup,
|
popup: theater1Popup,
|
||||||
coords: [45.4363, 12.3352],
|
coords: [45.4363, 12.3352],
|
||||||
model: "teatro_san_salvador_20250926.gltf",
|
model: "teatro_san_salvador_20250926.gltf",
|
||||||
pano: "hemi-grey.jpg",
|
pano: "pano/hemi-grey.jpg",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
map : {
|
map : {
|
||||||
|
|||||||
24
index.html
24
index.html
@ -62,6 +62,20 @@
|
|||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
cursor: pointer;
|
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');
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -78,7 +92,7 @@
|
|||||||
<a class="btn aton-btn fs-5" id="clipper" title="Attiva / disattiva sezionamento">
|
<a class="btn aton-btn fs-5" id="clipper" title="Attiva / disattiva sezionamento">
|
||||||
<i class="bi bi-scissors"></i>
|
<i class="bi bi-scissors"></i>
|
||||||
</a>
|
</a>
|
||||||
<div class="d-none
|
<div class="d-none w-25
|
||||||
position-absolute
|
position-absolute
|
||||||
top-0 start-50
|
top-0 start-50
|
||||||
translate-middle bg-light
|
translate-middle bg-light
|
||||||
@ -86,10 +100,10 @@
|
|||||||
rounded-bottom-3
|
rounded-bottom-3
|
||||||
mt-4 text-dark text-center"
|
mt-4 text-dark text-center"
|
||||||
id="clipper-bar">
|
id="clipper-bar">
|
||||||
<span class="pt-4 pb-1 d-block fw-bold">Sezionamento</span>
|
<span class="pt-5 pb-2 d-block fw-bold">Sezionamento</span>
|
||||||
<button class="btn aton-btn d-inline" id="clipX" title="Sezione X">X</button>
|
<button class="btn aton-btn d-inline px-4 py-4 me-5" id="clipX" title="Sezione X"></button>
|
||||||
<button class="btn aton-btn d-inline" id="clipY" title="Sezione Y">Y</button>
|
<button class="btn aton-btn d-inline px-4 py-4 me-5" id="clipY" title="Sezione Y"></button>
|
||||||
<button class="btn aton-btn d-inline" id="clipZ" title="Sezione Z">Z</button>
|
<button class="btn aton-btn d-inline px-4 py-4" id="clipZ" title="Sezione Z"></button>
|
||||||
</div>
|
</div>
|
||||||
<a class="btn aton-btn fs-5 float-end" id="menu" title="Menu">
|
<a class="btn aton-btn fs-5 float-end" id="menu" title="Menu">
|
||||||
<i class="bi bi-list"></i>
|
<i class="bi bi-list"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user