Skip to content

Commit

Permalink
Loader: Add DEFAULT_MATERIAL_NAME. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 6, 2023
1 parent c9afe05 commit f5b51be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/loaders/Loader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ export class Loader {
setPath(path: string): this;
setResourcePath(resourcePath: string): this;
setRequestHeader(requestHeader: { [header: string]: string }): this;

static DEFAULT_MATERIAL_NAME: string;
}

0 comments on commit f5b51be

Please sign in to comment.