JSON-serializable shape of a Scene's current state. Produced by scene.toJSON(); consumed by sceneFromJSON(). Function fields (e.g., clipFromPose) appear as string keys (clipFromPoseKey) and are resolved through SceneRegistry at load time.
scene.toJSON()
sceneFromJSON()
clipFromPose
clipFromPoseKey
SceneRegistry
JSON-serializable shape of a Scene's current state. Produced by
scene.toJSON(); consumed bysceneFromJSON(). Function fields (e.g.,clipFromPose) appear as string keys (clipFromPoseKey) and are resolved throughSceneRegistryat load time.