0791czc / threejs-example

3D可视化教程

Home Page:https://alwxkxk.github.io/threejs-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threejs-example

这是3D可视化教程源码,其教程文字内容在作者博客中,教程还在制作当中。 three.js(R119),最新的three.js目录有较大变化,当前代码暂时还没更进。

大陆访问

运行

# 拉取代码
git clone https://github.com/alwxkxk/threejs-example.git

cd threejs-example

# 安装依赖
npm install 

#dev
npm run dev 

#build
npm run build

其它

目录结构说明

webpack处理时会将每个目录下的index.html使用该目录下的的index.js,即使在index.html里没有显式地使用。

About

3D可视化教程

https://alwxkxk.github.io/threejs-example/


Languages

Language:JavaScript 86.6%Language:HTML 13.4%