Sfoglia il codice sorgente

TSL: NodeBuilder - Cleanup (#28508)

Nathan Bierema 2 anni fa
parent
commit
7a3cdca330
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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;

粤ICP备19079148号