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

Merge pull request #17410 from Mugen87/dev37

Examples: Fix TS files.
import {
Points,
Lodaer,
Loader,
LoadingManager
} from '../../../src/Three';
......
......@@ -3,15 +3,13 @@ import { NodeBuilder } from '../core/NodeBuilder';
import { FloatNode } from '../inputs/FloatNode';
import { StructNode } from '../core/StructNode';
import { FunctionNode } from '../core/FunctionNode';
import { BlinnExponentToRoughnessNode } from '../bsdfs/BlinnExponentToRoughnessNode';
import { Node } from '../core/Node';
export class TextureCubeUVNode extends TempNode {
constructor(uv: Node, textureSize: FloatNode, blinnExponentToRoughness: BlinnExponentToRoughnessNode);
constructor(uv: Node, textureSize: FloatNode);
uv: Node;
textureSize: FloatNode;
blinnExponentToRoughness: BlinnExponentToRoughnessNode;
nodeType: string;
generate(builder: NodeBuilder, output: string): string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册