glTF-Report-Feedback icon indicating copy to clipboard operation
glTF-Report-Feedback copied to clipboard

Issues, feedback, and feature requests for the https://gltf.report website.

glTF-Report-Feedback

UPDATE: Feedback for glTF Report (https://gltf.report) has been moved to https://gltf-report.canny.io/.

FAQ

Which glTF extensions are supported?

The website can open, edit, and export all extensions supported by glTF-Transform. Some of these extensions will not be shown in the 3D viewport, however, based on current three.js limitations.

Does glTF Report upload or save my models somewhere?

No. glTF/GLB files opened on the website are not uploaded to a server, and remain on your computer while viewing and editing. The website may collect anonymized analytics (e.g. which glTF extensions are most common?) to improve the glTF ecosystem.

Source Code

The glTF Report website is open core, but not open source. Much of its functionality — excluding the user interface — is provided by the projects below, available under MIT License:

Other important dependencies used by this project include:

  • three.js: JavaScript 3D library.
  • Svelte: Lightweight, reactive web framework.
  • Monaco: Code editor powering VS Code.
  • Tweakpane: Compact GUI for editing and monitoring.

Features and bug fixes in the projects above will eventually make their way to the glTF Report website. If you're interested in the project's source code for collaboration, commercial projects, or other purposes, reach out to [email protected] to discuss licensing options.