Skip to content

Commit eeda214

Browse files
authored
GLTFLoader: add KHR_animation_pointer and NEEDLE_progressive (#32096)
* GLTFLoader: add KHR_animation_pointer and NEEDLE_progressive * add urls to jsdoc
1 parent ebc5849 commit eeda214

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/examples/en/loaders/GLTFLoader.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ <h2>Extensions</h2>
6969
<ul>
7070
<li>[link:https://github.com/takahirox/three-gltf-extensions KHR_materials_variants]<sup>1</sup></li>
7171
<li>[link:https://github.com/takahirox/three-gltf-extensions MSFT_texture_dds]</li>
72+
<li>[link:https://github.com/needle-tools/three-animation-pointer KHR_animation_pointer]</li>
73+
<li>[link:https://github.com/needle-tools/gltf-progressive NEEDLE_progressive]</li>
7274
</ul>
7375

7476
<p><i>

examples/jsm/loaders/GLTFLoader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ import { toTrianglesDrawMode } from '../utils/BufferGeometryUtils.js';
101101
* The following glTF 2.0 extension is supported by an external user plugin:
102102
* - [KHR_materials_variants]{@link https://github.com/takahirox/three-gltf-extensions}
103103
* - [MSFT_texture_dds]{@link https://github.com/takahirox/three-gltf-extensions}
104+
* - [KHR_animation_pointer]{@link https://github.com/needle-tools/three-animation-pointer}
105+
* - [NEEDLE_progressive]{@link https://github.com/needle-tools/gltf-progressive}
104106
*
105107
* ```js
106108
* const loader = new GLTFLoader();

0 commit comments

Comments
 (0)