gltfviewer

A simple, fast glTF model viewer.

cesium · gltf
入门
GitHub在线演示
Stars:25
License:Mozilla Public License 2.0
更新:2024/3/18

README

glTF Viewer

A simple, fast glTF model viewer.

image

See it in action at: https://www.virtualgis.io/gltfviewer/

It uses Cesium for rendering. Files are read via HTML5 File API, so it's fast. No files are ever uploaded to a server.

Installation

git clone https://github.com/virtualgis/gltfviewer
cd gltfviewer
npm install
python -m http.server

This assumes Python 3.x is installed to launch the local web server.

Known Limitations

  • Cannot load external assets (for example textures). All resources need to be embedded in the gltf/glb file.