File tree Expand file tree Collapse file tree 4 files changed +492
-444
lines changed Expand file tree Collapse file tree 4 files changed +492
-444
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ export { default as BasicEnvironmentNode } from './lighting/BasicEnvironmentNode
131131export { default as IrradianceNode } from './lighting/IrradianceNode.js' ;
132132export { default as AONode } from './lighting/AONode.js' ;
133133export { default as AnalyticLightNode } from './lighting/AnalyticLightNode.js' ;
134+ export { default as ShadowNode } from './lighting/ShadowNode.js' ;
134135
135136// pmrem
136137export { default as PMREMNode } from './pmrem/PMREMNode.js' ;
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export * from './gpgpu/AtomicFunctionNode.js';
130130export * from './accessors/Lights.js' ;
131131export * from './lighting/LightsNode.js' ;
132132export * from './lighting/LightingContextNode.js' ;
133+ export * from './lighting/ShadowNode.js' ;
133134
134135// pmrem
135136export * from './pmrem/PMREMNode.js' ;
You can’t perform that action at this time.
0 commit comments