فهرست منبع

Merge pull request #23182 from sunag/dev-node-fix

NodeMaterial: Missing CondNode in Nodes.js
sunag 3 سال پیش
والد
کامیت
cab469bc0d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      examples/jsm/renderers/nodes/Nodes.js

+ 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,