Browse Source

TSL: Export `shadowWorldPosition` (#30129)

* Export shadowWorldPosition from TSL

I think this is missing from https://github.com/mrdoob/three.js/pull/30060?

* Single quotes
Nathan Bierema 1 year ago
parent
commit
6a3b0c8819
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/nodes/TSL.js

+ 1 - 0
src/nodes/TSL.js

@@ -131,6 +131,7 @@ export * from './gpgpu/AtomicFunctionNode.js';
 export * from './accessors/Lights.js';
 export * from './lighting/LightsNode.js';
 export * from './lighting/LightingContextNode.js';
+export * from './lighting/ShadowBaseNode.js';
 export * from './lighting/ShadowNode.js';
 export * from './lighting/PointLightNode.js';
 

粤ICP备19079148号