https://github.com/eric183/webgl_guide
https://github.com/eric183/webgl_guide
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eric183/webgl_guide
- Owner: eric183
- Created: 2020-10-26T09:26:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T09:24:30.000Z (over 5 years ago)
- Last Synced: 2025-03-04T01:33:39.486Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgl渲染流程
## 模型
SolidWork文件 ------> FBX(通用交换文件) -------> GLTF | GLB(渲染)
## 渲染
### `框架`
* [BabylonJS](https://www.babylonjs.com/) , [[SandBox](https://sandbox.babylonjs.com/)]
* [ThreeJS](https://threejs.org/) , [[SandBox](https://gltf-viewer.donmccurdy.com/)]
## GIS 3D模型
* [OSM数据导出: EXPORT_TOOL](https://export.hotosm.org/en/v3/)
* [GeoJSON处理](https://geoconverter.hsr.ch/vector)