Explorar el Código

Update Texture.d.ts

Guillaume Fradin hace 5 años
padre
commit
6895d65e04
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 	dispose(): void;
 	transformUv( uv: Vector2 ): Vector2;
+	updateMatrix(): void;
 
 }