https://github.com/jasonsturges/three-lights-study
Three.js lights study
https://github.com/jasonsturges/three-lights-study
3d lights threejs
Last synced: 20 days ago
JSON representation
Three.js lights study
- Host: GitHub
- URL: https://github.com/jasonsturges/three-lights-study
- Owner: jasonsturges
- Created: 2024-10-22T05:27:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T05:50:18.000Z (6 months ago)
- Last Synced: 2025-02-13T02:47:35.403Z (2 months ago)
- Topics: 3d, lights, threejs
- Language: JavaScript
- Homepage: https://jasonsturges.com/three-lights-study
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js lights study

## Getting Started
Install dependencies: `npm i`
To run a local development server:
- `npm run dev` — Live reload using Vite
- `npm run preview` — Preview build artifact (requires a build)