fix(core): apply exact remote scene patches

This commit is contained in:
Aymeric Rabot
2026-07-23 12:00:39 +02:00
parent e1a4dba740
commit 4be0e55836
3 changed files with 578 additions and 52 deletions
+3
View File
@@ -208,12 +208,15 @@ export { default as useLiveTransforms, type LiveTransform } from './store/use-li
export {
type ApplySceneSnapshotOptions,
acquireSceneReadOnlyLease,
applySceneOperationPatch,
applyScenePatch,
applySceneSnapshot,
clearSceneHistory,
default as useScene,
type SceneMaterialPatch,
type SceneNodePatch,
type SceneNodeStructuralPatch,
type SceneOperationPatch,
type ScenePatch,
} from './store/use-scene'
export { resolveElevatorDispatchTarget } from './systems/elevator/elevator-dispatch'