🚀 Auto-deploy: melhoria no snap e medição AR em 03/06/2026 10:31:54

This commit is contained in:
2026-06-03 10:31:54 +00:00
parent 7f5b4427d7
commit 426bf13241
5 changed files with 21 additions and 1 deletions
+4 -1
View File
@@ -1157,7 +1157,10 @@ const XRSession = () => {
<directionalLight position={[3, 5, 3]} intensity={1.2} />
<directionalLight position={[-3, 3, -3]} intensity={0.4} />
<group ref={rigRef}>
<group ref={(el) => {
(rigRef as React.MutableRefObject<THREE.Group | null>).current = el;
useModelStore.getState().setXRRig(el);
}}>
<XROrigin />
</group>