Przeglądaj źródła

HemisphereLightNode: Fix construct() call (#26441)

sunag 2 lat temu
rodzic
commit
3a21afde31

+ 1 - 1
examples/jsm/nodes/lighting/HemisphereLightNode.js

@@ -33,7 +33,7 @@ class HemisphereLightNode extends AnalyticLightNode {
 
 
 	}
 	}
 
 
-	generate( builder ) {
+	construct( builder ) {
 
 
 		const { colorNode, groundColorNode, lightDirectionNode } = this;
 		const { colorNode, groundColorNode, lightDirectionNode } = this;