virtualgis / gltfviewer

A simple, fast glTF model viewer.

Home Page:https://www.virtualgis.io/gltfviewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple, fast glTF model viewer.

https://www.virtualgis.io/gltfviewer/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 50.6%Language:HTML 49.4%