We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa2a0 commit 50e571eCopy full SHA for 50e571e
1 file changed
types/three/examples/jsm/loaders/GLTFLoader.d.ts
@@ -47,7 +47,7 @@ export class GLTFLoader extends Loader<GLTF> {
47
48
constructor(manager?: LoadingManager);
49
50
- setDRACOLoader(dracoLoader: DRACOLoader): this;
+ setDRACOLoader(dracoLoader: DRACOLoader | null): this;
51
setKTX2Loader(ktx2Loader: KTX2Loader | null): this;
52
setMeshoptDecoder(meshoptDecoder: typeof MeshoptDecoder | null): this;
53
0 commit comments