未验证 提交 83a04cf6 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18289 from rhuitl/patch-2

Add the field `uniformsNeedUpdate` to the typings of `ShaderMaterial`.
......@@ -58,6 +58,7 @@ export class ShaderMaterial extends Material {
};
defaultAttributeValues: any;
index0AttributeName: string | undefined;
uniformsNeedUpdate: boolean;
setValues( parameters: ShaderMaterialParameters ): void;
toJSON( meta: any ): any;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册