Skip to content

Instantly share code, notes, and snippets.

@donmccurdy
Last active May 17, 2021 03:51
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donmccurdy/de7ff6c44ecd76fddf1ecad170a114a8 to your computer and use it in GitHub Desktop.
Save donmccurdy/de7ff6c44ecd76fddf1ecad170a114a8 to your computer and use it in GitHub Desktop.
Summary of the glTF 2.0 ecosystem, as it affects WebVR devs.

State of glTF 2.0 for WebVR Devs

Date: Sept 11, 2017.

Summary of the glTF 2.0 ecosystem, as it affects WebVR devs.

Engines

  • three.js, BabylonJS, and A-Frame v0.7.0+ support glTF2.0.
  • ... and more.

Exporters and Converters

Key Issues

  • Exporting multiple animations per model isn't well-supported. Tracking issues here and here.
  • The Draco extension isn't quite ready for use yet, but looks very promising.
  • Currently all materials are PBR. If you need unlit for mobile performance, there's another extension in progress.

Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment