project_threejs_ai icon indicating copy to clipboard operation
project_threejs_ai copied to clipboard

Backdrop element error

Open M-Destiny opened this issue 1 year ago • 2 comments

as soon as backdrop is enabled error is thrown Uncaught Error: R3F: Div is not part of the THREE namespace! Did you forget to extend? See: https://docs.pmnd.rs/react-three-fiber/api/objects#using-3rd-party-objects-declaratively

M-Destiny avatar Apr 05 '23 04:04 M-Destiny

As soon as i click on ai full or ai logo button my screen goes white and i can see errors on the server terminal and even in inspect console. Screenshot (8) ![Screenshot (9)](https://github.com/adrianhajdin/project_threejs_ai/assets/115602871/712d6f9b-014d-4565-a1fd Screenshot (10) -8d91beeafb68) Screenshot (11) Can someone please help me out with this....?

pradeepthsjain avatar Jun 22 '23 15:06 pradeepthsjain

as soon as backdrop is enabled error is thrown Uncaught Error: R3F: Div is not part of the THREE namespace! Did you forget to extend? See: https://docs.pmnd.rs/react-three-fiber/api/objects#using-3rd-party-objects-declaratively

You need to use accumulatedShadows , You can't render a div . As it is not a part of Three

Adnaanlegend avatar Aug 20 '23 13:08 Adnaanlegend