最終更新:2018-09-09 (日) 04:28:26 (2070d)  

three.js/影
Top / three.js / 影

https://ics.media/tutorial-three/light_shadowmap.html

renderer.shadowMap.enabled = true;
plane.receiveShadow = true;
cube.castShadow = true;
sphere.castShadow = true;
spotLight.castShadow = true;