gkjohnson / threejs-model-loader

THREE.js Model Loader for delegating to the appropriate geometry loader and associated Web Component
https://gkjohnson.github.io/threejs-model-loader/example/index.bundle.html
MIT License
12 stars 3 forks source link

The Shadow Map size is too small on initial draw #12

Open gkjohnson opened 6 years ago

gkjohnson commented 6 years ago

image

After a redraw the shadow is crisp. I suspect its because the bounds or matrixWorld has not been properly updated before calculating the shadow bounds.