Skip to content

Commit

Permalink
Update WebGLNodeBuilder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviPesin authored Jan 5, 2024
1 parent 8068839 commit aacf3d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ ${this.shader[ getShaderStageProperty( shaderStage ) ]}

this.shader.vertexShader = this.vertexShader;
this.shader.fragmentShader = this.fragmentShader;

console.log(this.vertexShader);console.log(this.fragmentShader);
return this;

}
Expand Down

0 comments on commit aacf3d1

Please sign in to comment.