Three.js 013Shadows
Summary
- Introduction to shadows
- Added shadow as mesh with
alphaMap
- Added
castShadow
,shadow.mapSize
,shadow.camera
properties toDirectionalLight
,SpotLight
andPointLight
- Added
receiveShadow
property to plane - Experimented with baked shadows,
renderer.shadowMap
andPCFSoftShadowMap
Loading...