File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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();
You can’t perform that action at this time.
0 commit comments