Ver código fonte

TSL: NodeBuilder - Cleanup (#28508)

Nathan Bierema 1 ano atrás
pai
commit
7a3cdca330
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0 6
      examples/jsm/nodes/core/NodeBuilder.js

+ 0 - 6
examples/jsm/nodes/core/NodeBuilder.js

@@ -415,12 +415,6 @@ class NodeBuilder {
 
 
 	}
 	}
 
 
-	generateMethod( method ) {
-
-		return method;
-
-	}
-
 	hasGeometryAttribute( name ) {
 	hasGeometryAttribute( name ) {
 
 
 		return this.geometry && this.geometry.getAttribute( name ) !== undefined;
 		return this.geometry && this.geometry.getAttribute( name ) !== undefined;