Interactive 3D Graphics Notes for Udacity's Interactive 3D Graphics course. How to Run Install dependencies (one time). npm install Run local server. npm run serve Alternatively, you may run: npm start Navigate to http://localhost:8080/. Links Course Website Syllabus Three.js Demos Demos Organized by Lesson GitHub Repository Table of Contents Lesson 1: Introduction Lesson 2: Points, Vectors, and Meshes Lesson 3: Colors and Materials Lesson 4: Transforms Lesson 5: Matrices Lesson 6: Lights