How Can I Recreate This Specific Shadow Effect in My 3D Scene?

image

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.

use drei/AccumulativeShadows

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.

1 Like