Просмотр исходного кода

GLTFLoader: add KHR_animation_pointer and NEEDLE_progressive (#32096)

* GLTFLoader: add KHR_animation_pointer and NEEDLE_progressive

* add urls to jsdoc
Marcel Wiessler 8 месяцев назад
Родитель
Сommit
eeda2145a8
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      docs/examples/en/loaders/GLTFLoader.html
  2. 2 0
      examples/jsm/loaders/GLTFLoader.js

+ 2 - 0
docs/examples/en/loaders/GLTFLoader.html

@@ -69,6 +69,8 @@
 		<ul>
 			<li>[link:https://github.com/takahirox/three-gltf-extensions KHR_materials_variants]<sup>1</sup></li>
 			<li>[link:https://github.com/takahirox/three-gltf-extensions MSFT_texture_dds]</li>
+			<li>[link:https://github.com/needle-tools/three-animation-pointer KHR_animation_pointer]</li>
+			<li>[link:https://github.com/needle-tools/gltf-progressive NEEDLE_progressive]</li>
 		</ul>
 
 		<p><i>

+ 2 - 0
examples/jsm/loaders/GLTFLoader.js

@@ -101,6 +101,8 @@ import { toTrianglesDrawMode } from '../utils/BufferGeometryUtils.js';
  * The following glTF 2.0 extension is supported by an external user plugin:
  * - [KHR_materials_variants]{@link https://github.com/takahirox/three-gltf-extensions}
  * - [MSFT_texture_dds]{@link https://github.com/takahirox/three-gltf-extensions}
+ * - [KHR_animation_pointer]{@link https://github.com/needle-tools/three-animation-pointer}
+ * - [NEEDLE_progressive]{@link https://github.com/needle-tools/gltf-progressive}
  *
  * ```js
  * const loader = new GLTFLoader();

粤ICP备19079148号