Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 211 Bytes

File metadata and controls

20 lines (15 loc) · 211 Bytes

threejs


Tutorial

Create app: npm create vite@latest

Install threejs: npm install three

We need 3 things set up:

  1. Scene
  2. Camera
  3. Renderer

Getting Started

Run locally: npm run dev