2
0
Эх сурвалжийг харах

Missing CondNode in Nodes.js

sunag 3 жил өмнө
parent
commit
6fac52a663

+ 2 - 0
examples/jsm/renderers/nodes/Nodes.js

@@ -55,6 +55,7 @@ import NormalMapNode from './display/NormalMapNode.js';
 // math
 import MathNode from './math/MathNode.js';
 import OperatorNode from './math/OperatorNode.js';
+import CondNode from './math/CondNode.js';
 
 // lights
 import LightContextNode from './lights/LightContextNode.js';
@@ -143,6 +144,7 @@ export {
 	// math
 	MathNode,
 	OperatorNode,
+	CondNode,
 
 	// lights
 	LightContextNode,