Hi everyone,
I’m working on a project where I need to implement realistic shadow effects similar to what’s seen in a specific picture. I’m looking for advice on how to recreate the same shadow effect on objects within my 3D scene, using Three.js.
Hi everyone,
I’m working on a project where I need to implement realistic shadow effects similar to what’s seen in a specific picture. I’m looking for advice on how to recreate the same shadow effect on objects within my 3D scene, using Three.js.
a variation of this is available in vanilla GitHub - pmndrs/drei-vanilla: 🍦 drei-inspired helpers for threejs although it won’t just be a drop in effect, it has quite some setup.