endset_three_editor 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,7 +166,7 @@ export declare function exportSceneToJSON(): Promise<SceneExportResult>;
166
166
  /**
167
167
  * 从场景数据恢复场景
168
168
  * - json 为 JSON 字符串/对象时:使用 Three.js 内置 ObjectLoader
169
- * - json 为 ArrayBuffer / TypedArray 时:视为 GLB 二进制,使用 GLTFLoader 异步解析
169
+ * - json 为 ArrayBuffer / TypedArray / base64 时:视为 GLB 二进制,使用 GLTFLoader 异步解析
170
170
  * @param json - JSON 字符串、JSON 对象或 GLB 二进制(ArrayBuffer)
171
171
  * @returns 解析后的 Object3D 或 Scene
172
172
  */