To run this sample, you need npm.
Then from the root folder, run this command to install dependencies:
npm install
Start the server (see below) and navigate to http://localhost:8000
npm run dev
Implementing scene dependent shadow mapping by using shadow casters' bounding box.
For more information, see Directional Light Shadow Map Transform.