Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alwxkxk/threejs-example
3D可视化教程
https://github.com/alwxkxk/threejs-example
3d blender threejs
Last synced: about 3 hours ago
JSON representation
3D可视化教程
- Host: GitHub
- URL: https://github.com/alwxkxk/threejs-example
- Owner: alwxkxk
- Created: 2020-01-27T12:34:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T09:17:15.000Z (8 months ago)
- Last Synced: 2025-01-22T07:07:35.629Z (8 days ago)
- Topics: 3d, blender, threejs
- Language: JavaScript
- Homepage: https://alwxkxk.github.io/threejs-example/
- Size: 21.8 MB
- Stars: 228
- Watchers: 4
- Forks: 54
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threejs-example
这是3D可视化教程源码,其教程文字内容在[作者博客中](https://www.scaugreen.cn/posts/30679),教程还在制作当中。
three.js(R119),注意最新的three.js有较大变化,有空的时候会同步版本。
## 大陆访问
- 大陆访问网址:[http://3d.scaugreen.cn](http://3d.scaugreen.cn/)## 运行
```bash
# 拉取代码
git clone https://github.com/alwxkxk/threejs-example.gitcd threejs-example
# 安装依赖
npm install#dev
npm run dev#build
npm run build
```## 其它
- 本项目涉及建模内容,其Blender工程项目放在百度网盘,链接:[https://pan.baidu.com/s/1DjqU7bfYWbuKj_GUpo5Xqw?pwd=z965](https://pan.baidu.com/s/1DjqU7bfYWbuKj_GUpo5Xqw?pwd=z965),提取码:z965
- 此项目只放简单案例,完整案例是放到用TS写的[iot-visualization-examples](https://github.com/alwxkxk/iot-visualization-examples)
## 目录结构说明
webpack处理时会将每个目录下的index.html使用该目录下的的index.js,即使在index.html里没有显式地使用。