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

43 lines
712 B

6 years ago
# 3dPlatform
6 years ago
6 years ago
使用Threejs开源框架,实现WEB端三维模型的定制化展示
6 years ago
项目源码地址:[https://github.com/TONKIA/3dPlatform](https://github.com/TONKIA/3dPlatform)
# 项目运行
```bash
cnpm install
nodemon app
```
# 效果图
#### 登录页面
![](./readme.img/loginPage.png)
#### 用户主页
![](./readme.img/homePage.png)
#### 创建方案
![](./readme.img/create.png)
![](./readme.img/sidebar.png)
#### 方案分享
![](./readme.img/share.png)
#### 分享页面
![](./readme.img/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)