Browse Source

Update Texture.d.ts

Guillaume Fradin 5 years ago
parent
commit
6895d65e04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/textures/Texture.d.ts

+ 1 - 0
src/textures/Texture.d.ts

@@ -65,5 +65,6 @@ export class Texture extends EventDispatcher {
 	toJSON( meta: any ): any;
 	toJSON( meta: any ): any;
 	dispose(): void;
 	dispose(): void;
 	transformUv( uv: Vector2 ): Vector2;
 	transformUv( uv: Vector2 ): Vector2;
+	updateMatrix(): void;
 
 
 }
 }