Browse Source

TSL: NodeBuilder - Cleanup (#28508)

Nathan Bierema 2 năm trước cách đây
mục cha
commit
7a3cdca330
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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 ) {
 
 		return this.geometry && this.geometry.getAttribute( name ) !== undefined;

粤ICP备19079148号