Ver código fonte

Add the field `uniformsNeedUpdate` to the typings of `ShaderMaterial`.

Robert Huitl 5 anos atrás
pai
commit
a9a8dcc504
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/materials/ShaderMaterial.d.ts

+ 1 - 0
src/materials/ShaderMaterial.d.ts

@@ -58,6 +58,7 @@ export class ShaderMaterial extends Material {
 	};
 	defaultAttributeValues: any;
 	index0AttributeName: string | undefined;
+	uniformsNeedUpdate: boolean;
 
 	setValues( parameters: ShaderMaterialParameters ): void;
 	toJSON( meta: any ): any;