THREEJS-Tutorial-Globe

THREEJS Youtube tutorial files

入门
GitHub在线演示
Stars:11
License:未知
更新:2025/1/12

README

THREEJS-Tutorial-Globe

By David Grice

Items used in Tutorial

  1. NodeJS
  2. Visual Studio Code

How to get started?

  1. Download files and save anywhere on your computer
  2. Extract files by unzipping the downloaded folder
  3. Open Visual Studio Code
  4. Click on "Open Folder" option
  5. Navigate to the "START" folder included in the zip files
  6. Click on the "START" folder and "Select Folder" button to open
  7. Open new terminal in Visual Studio Code (terminal drop down -> start new terminal)
  8. In the terminal type the following commands:
  • npm install express
  • npm install three
  1. Go to this tutorial and follow along!