Ver código fonte

ShaderPass: Update types

Jonathan Giroux 5 anos atrás
pai
commit
026c10dd7d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/jsm/postprocessing/ShaderPass.d.ts

+ 1 - 1
examples/jsm/postprocessing/ShaderPass.d.ts

@@ -8,7 +8,7 @@ export class ShaderPass extends Pass {
 
 
 	constructor( shader: object, textureID?: string );
 	constructor( shader: object, textureID?: string );
 	textureID: string;
 	textureID: string;
-	uniforms: object;
+	uniforms: { [name: string]: { value: any } };
 	material: Material;
 	material: Material;
 	fsQuad: object;
 	fsQuad: object;