Skip to content

Commit

Permalink
TSL: Export shadowWorldPosition (#30129)
Browse files Browse the repository at this point in the history
* Export shadowWorldPosition from TSL

I think this is missing from #30060?

* Single quotes
  • Loading branch information
Methuselah96 authored Dec 16, 2024
1 parent 9b7de0f commit 6a3b0c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/TSL.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 6a3b0c8

Please sign in to comment.