未验证 提交 7a811a63 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #18168 from martinRenou/fix_texturenode_typedef

TextureNode: Fix type definition
......@@ -12,9 +12,9 @@ export class TextureNode extends InputNode {
constructor( value: Texture, uv?: UVNode, bias?: Node, project?: boolean );
value: Matrix4;
value: Texture;
uv: UVNode;
bias: Matrix4;
bias: Node;
project: boolean;
nodeType: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册