构建我们的第一个 three.js 项目
Building Our First three.js Project
- 1. Welcome to the Course
- 1. Introduction
- 2. Course Objectives
- 3. What are we Building
- 2. Introduction to three.js
- 1. What is three.js
- 2. The Scope of three.js
- 3. Getting Started
- 1. Setting Up the Project Structure
- 2. Configuring Visual Studio Code for the Project
- 3. Setting Up Basic Template for index.html
- 4. Setting Up Basic Template for main.css
- 5. Installing three.js
- 6. Setting Up Basic Template for main.js
- 4. Setting Up our First Animation
- 1. Introduction
- 2. The Scene Object
- 3. The Camera Object
- 4. The Renderer Object
- 5. Bringing it all together
- 5. Building the Cube
- 1. Skeleton of the Cube
- 2. Geometry Types
- 3. Material Types
- 4. The Mesh Object
- 5. Building it All Together
- 6. Finalizing Our First Animation
- 1. Rendering the Scene
- 7. Course Conclusion
- 1. Conclusion (Revising all the stuff in one go)