diff --git a/public/assets/hotspot.glb b/public/assets/hotspot.glb index 647e88b..2ba3412 100644 Binary files a/public/assets/hotspot.glb and b/public/assets/hotspot.glb differ diff --git a/src/components/hotspot/hotspot.tsx b/src/components/hotspot/hotspot.tsx index bef57e0..7230eb9 100644 --- a/src/components/hotspot/hotspot.tsx +++ b/src/components/hotspot/hotspot.tsx @@ -171,25 +171,26 @@ export default function Hotspot({ - + - + - + { const nextWidth = Math.abs(geometry.boundingBox.max.x * 2); if (nextWidth === Infinity) return; diff --git a/src/components/model-hotspot/model-hotspot.tsx b/src/components/model-hotspot/model-hotspot.tsx index a718f84..1f86977 100644 --- a/src/components/model-hotspot/model-hotspot.tsx +++ b/src/components/model-hotspot/model-hotspot.tsx @@ -125,25 +125,26 @@ export default function ModelHotspot({ - + - + - + { const nextWidth = Math.abs(geometry.boundingBox.max.x * 2); if (nextWidth === Infinity) return;