Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GLB #179

Merged
merged 4 commits into from
Dec 18, 2018

Commits on Dec 13, 2018

  1. Add support for GLB files.

    GLB files are compressed GLTF files.
    Website:
    https://github.com/KhronosGroup/glTF
    Detection information (magic number, header, content, body, etc):
    https://github.com/KhronosGroup/glTF/tree/master/extensions/1.0/Khronos/KHR_binary_glTF
    eyexpo-thomas committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    24d7ebc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Indentation in package.json

    Co-Authored-By: thomaseyexpo <[email protected]>
    Exac and eyexpo-thomas authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ec434ce View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. GLB mime-type is model/gltf-binary

    - 'application/octet-stream' is for zip files.
    eyexpo-thomas committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ab1d59b View commit details
    Browse the repository at this point in the history
  2. Update package.json

    sindresorhus authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e95b8eb View commit details
    Browse the repository at this point in the history