Skip to content

virtualgis/gltfviewer

Repository files navigation

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.