You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextureNode.js:52 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'channel')
at Proxy.getDefaultUV (TextureNode.js:52:12)
at Proxy.construct (TextureNode.js:87:1)
Thanks for making it easy to reproduce the error. Regarding the example in r3f, I think that for benchmark purposes r157 brings some important improvements and others we are developing here.
Description
With
WebGPURenderer
,DirectionalLight
works fine but not withcastShadows
enabled.Reproduction steps
It crashes on this line of TextureNode.js.
Code
See reproduction repo
Live example
I could not reproduce the bug in a live playground due to the top-level await of WebGPURenderer, sorry.
Here is a minimal reproduction repo: https://github.com/verekia/r3f-webgpu/tree/three-direction-light
Branch
three-direction-light
Screenshots
Version
r0.156.1
Device
Desktop
Browser
Chrome
OS
MacOS
The text was updated successfully, but these errors were encountered: