首页
📖 学习 ▾
🚀 项目库 ▾
📚 资源 ▾
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
NodeJS
Visual Studio Code
How to get started?
Download files and save anywhere on your computer
Extract files by unzipping the downloaded folder
Open Visual Studio Code
Click on "Open Folder" option
Navigate to the "START" folder included in the zip files
Click on the "START" folder and "Select Folder" button to open
Open new terminal in Visual Studio Code (terminal drop down -> start new terminal)
In the terminal type the following commands:
npm install express
npm install three
Go to
this tutorial
and follow along!