diff --git a/types/three/examples/jsm/nodes/core/NodeBuilder.d.ts b/types/three/examples/jsm/nodes/core/NodeBuilder.d.ts index ed2a0c68e..03dd05a91 100644 --- a/types/three/examples/jsm/nodes/core/NodeBuilder.d.ts +++ b/types/three/examples/jsm/nodes/core/NodeBuilder.d.ts @@ -127,7 +127,7 @@ export default abstract class NodeBuilder { setBuildStage(buildStage: BuildStageOption): void; getBuildStage(): BuildStageOption; abstract buildCode(): void; - build(createMaterial?: boolean): this; + build(): this; format(snippet: string, fromType: NodeTypeOption, toType: NodeTypeOption): string; getSignature(): string; }