Skip to content

Commit 992fa72

Browse files
committed
Texture: Added sourceFile property. See mrdoob#6236.
1 parent 0232880 commit 992fa72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textures/Texture.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ THREE.Texture = function ( image, mapping, wrapS, wrapT, magFilter, minFilter, f
1111
this.uuid = THREE.Math.generateUUID();
1212

1313
this.name = '';
14+
this.sourceFile = '';
1415

1516
this.image = image !== undefined ? image : THREE.Texture.DEFAULT_IMAGE;
1617
this.mipmaps = [];

0 commit comments

Comments
 (0)