hoverinc / ray-tracing-renderer

[UNMAINTAINED] Real-time path tracing on the web with three.js
https://hoverinc.github.io/ray-tracing-renderer/
MIT License
644 stars 67 forks source link

about shadowCatcher #212

Open Vondila opened 3 years ago

Vondila commented 3 years ago

Old Version:mesh.rotateX(Math.PI / 2); image Maybe it's going to have to flip over: mesh.rotateX(-Math.PI / 2);

image