瀏覽代碼

Update README.md

Fix typo.
Michael Herzog 4 年之前
父節點
當前提交
9cfd42606d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/exporters/blender/README.md

+ 1 - 1
utils/exporters/blender/README.md

@@ -1,5 +1,5 @@
 # Three.js Blender Export
 
-> **NOTICE:** The Blender exporter for the Three.js JSON format has been removed, to focus on better support for the glTF workflow. For recommended alternatives, see [Loading 3D Models](https://threejs.org/docs/#manual/introduction/Loading-3D-models). The Three.js Object/Scene JSON format is still fully supported for use with [Object3D.toJSON](https://threejs.org/docs/#api/core/Object3D.toJSON), the [Editor](https://threejs.org/editor/), [THREE.ObjectLoader](https://threejs.org/docs/#api/loaders/ObjectLoader).
+> **NOTICE:** The Blender exporter for the Three.js JSON format has been removed, to focus on better support for the glTF workflow. For recommended alternatives, see [Loading 3D Models](https://threejs.org/docs/#manual/introduction/Loading-3D-models). The Three.js Object/Scene JSON format is still fully supported for use with [Object3D.toJSON](https://threejs.org/docs/#api/core/Object3D.toJSON), the [Editor](https://threejs.org/editor/) and [THREE.ObjectLoader](https://threejs.org/docs/#api/loaders/ObjectLoader).
 >
 > If you really need the Blender Exporter you can [go back in time to r92](https://github.com/mrdoob/three.js/tree/r92).