Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 270 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 270 Bytes

threjs-lights-and-shadows

Lights and Shadows in Three.js.

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Build for production in the dist/ directory
npm run build