🚀 Auto-deploy: melhoria no snap e medição AR em 30/05/2026 13:38:01

This commit is contained in:
2026-05-30 13:38:01 +00:00
parent ba2531b440
commit 6954b9e30f
+1 -1
View File
@@ -617,7 +617,7 @@ function HologramModel({ model, presentationState, isPresenter, onPresentationCh
new THREE.Plane(new THREE.Vector3(0, 0, 1), 0.6), // Limite Trás (z > -0.6)
];
let finalPlanes = [...tableLimitPlanes];
const finalPlanes = [...tableLimitPlanes];
if (sectionEnabled) {
const normal = new THREE.Vector3();