You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
V3D-nodejs/README.md

42 lines
694 B

# 3dPlatform
使用Threejs开源框架,实现WEB端三维模型的定制化展示
项目源码地址:[https://github.com/TONKIA/3dPlatform](https://github.com/TONKIA/3dPlatform)
# 项目运行
```bash
cnpm install
nodemon app
```
# 效果图
#### 登录页面
![](./picture/loginPage.png)
#### 用户主页
![](./picture/homePage.png)
#### 创建方案
![](./picture/create.png)
![](./picture/sidebar.png)
#### 方案分享
![](./picture/share.png)
#### 分享页面
![](./picture/sharePage.png)
# 第三方开源
- Three.js [https://github.com/mrdoob/three.js](https://github.com/mrdoob/three.js)
- ZUI [https://github.com/easysoft/zui](https://github.com/easysoft/zui)