Skip to content

Draft: Implement glTF support for Stages and Meshes

Luke Benstead requested to merge glb-format into master

Fixes #125

Summary of Changes Introduced

  • Loaders now return true/false instead of using exceptions to convey an error
  • ...

PR Checklist

  • I have documented any user-visible changes to the code in the documentation folder
  • I agree that the changes introduced in this PR are licensed under the LGPL-3.0 license (Why?)
  • I have added applicable tests, or at least not introduced any failures

Merge request reports