Browse Source

types (GLTFLoader): remote type definition of GLTFLoaderPlugin._markDefs
it should not be exposed

FMS_Cat 4 years ago
parent
commit
7a8d70ffd5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/jsm/loaders/GLTFLoader.d.ts

+ 0 - 1
examples/jsm/loaders/GLTFLoader.d.ts

@@ -70,7 +70,6 @@ export class GLTFParser {
 
 export interface GLTFLoaderPlugin {
 
-	_markDefs?: () => void;
 	loadMesh?: ( meshIndex: number ) => Promise<Group | Mesh | SkinnedMesh> | null;
 	loadBufferView?: ( bufferViewIndex: number ) => Promise<ArrayBuffer> | null;
 	loadMaterial?: ( materialIndex: number ) => Promise<Material> | null;