An open API service indexing awesome lists of open source software.

https://github.com/eric183/webgl_guide


https://github.com/eric183/webgl_guide

Last synced: 4 months ago
JSON representation

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)