We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8113ae7 + 91f182c commit c411c0bCopy full SHA for c411c0b
examples/jsm/nodes/core/AttributeNode.js
@@ -37,8 +37,6 @@ AttributeNode.prototype.generate = function ( builder, output ) {
37
var attribute = builder.getAttribute( this.name, type ),
38
name = builder.isShader( 'vertex' ) ? this.name : attribute.varying.name;
39
40
- console.log( attribute );
41
-
42
return builder.format( name, this.getType( builder ), output );
43
44
};
0 commit comments