vatro / svelthree

Create three.js content using Svelte components.
https://svelthree.dev
MIT License
482 stars 15 forks source link

Consider updating Light helpers via renderer event `update_helpers` #150

Closed vatro closed 1 year ago

vatro commented 2 years ago

Light helpers are currently not updating on FIRST render in mode="auto". BUT they're updating OK on every subsequent change / render.

https://github.com/vatro/svelthree/blob/6d89ca98647c52696bb6269672b6b72a2d316051/src/components/WebGLRenderer.svelte#L618-L619

vatro commented 1 year ago

Resolved by #188