#Having trouble with rendering threeJs elements that worked before

5 messages · Page 1 of 1 (latest)

tender pulsar
#

I'm currently working on a website which should include some 3D models displayed with ThreeJs.
When I launched the website on github pages 4 days ago everything worked fine.
Now the threeJs elements wont render, after a while the whole page is crashing.
Im using the PresentationsControls Component, I think the error is about the preset for the light in this component:

Uncaught Error: Could not load venice_sunset_1k.hdr: NetworkError when attempting to fetch resource.

this is the website: https://blu3andy.github.io/blu3hub/

I just saw that the showcase side of the PresentationsControls Component I used as a guide is currently also not working: https://codesandbox.io/p/sandbox/qyz5r?file=%2Fsrc%2FApp.js

visual stone
#

How are you loading your HDR? What bundler are you using?

tender pulsar
#

I'm afraid you will have to explain to me what exactly that is 😅

#

I'm just working on a plain vite project with react using typescript

#

if that is any help