Explorar el Código

Merge pull request #19489 from frading/typescript-add-Texture.updateMatrix()

Update Texture.d.ts
Mr.doob hace 5 años
padre
commit
509520f7c5
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

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