🚀 Auto-deploy: melhoria no snap e medição AR em 30/05/2026 12:32:57
This commit is contained in:
@@ -671,7 +671,8 @@ function HologramModel({ model, presentationState, isPresenter, onPresentationCh
|
|||||||
object={presentationGroupRef}
|
object={presentationGroupRef}
|
||||||
mode="rotate"
|
mode="rotate"
|
||||||
size={0.6}
|
size={0.6}
|
||||||
onDraggingChanged={(e) => setIsDragging(!!e?.value)}
|
onMouseDown={() => setIsDragging(true)}
|
||||||
|
onMouseUp={() => setIsDragging(false)}
|
||||||
onChange={() => {
|
onChange={() => {
|
||||||
if (isDragging && presentationGroupRef.current) {
|
if (isDragging && presentationGroupRef.current) {
|
||||||
onPresentationChange({
|
onPresentationChange({
|
||||||
|
|||||||
Reference in New Issue
Block a user