Thank you very much. Unfortunately the project was saved in r423 beta and I am using r416.2 stable. I see it running in the browser as intended, but can't figure out how to update my desktop version to r423 beta - preference is to stay using stable. 3D Oject addon is installed.
Enabled WebGPU in previous release mikal_frag_light-8-2.8.0 -
Light flashes on for a moment, then screen goes black.
Error log -
instance.js:241 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'bindBuffer')
at Object3DInstance.Tick (instance.js:241:25) etc
6instance.js:241 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'bindBuffer')
at Object3DInstance.Tick (instance.js:241:25)
at _isTicking._tickFunc._tickFunc (sdkInstanceBase.js:1:3025) etc
gltfModel.js:130 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'currentShader')
at GltfModelTop.setVertexShaderModelRotate (gltfModel.js:130:38)
at GltfModelTop.render (gltfModel.js:245:12) etc
It seems to still wan to use main.js as when I delete it, there isn't even a flash of light. Error log after deleting main.js -
domSide.js:16 Uncaught (in promise) GPUPipelineError: The fragment input at location 2 doesn't have a corresponding vertex output.
at ValidateInterStageMatching (..\..\third_party\dawn\src\dawn\native\RenderPipeline.cpp:781)