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

Examples: Add glTF compression example #21114

Merged
merged 1 commit into from Jan 20, 2021
Merged

Examples: Add glTF compression example #21114

merged 1 commit into from Jan 20, 2021

Commits on Jan 20, 2021

  1. Add glTF compression example

    coffeemat.glb is exported from the source Sketchfab scene using gltfpack
    with geometry compression via EXT_meshopt_compression and texture compression
    via KHR_texture_basisu (using ETC1S/BasisLZ).
    
    The source scene has 12 MB of geometry and 22 MB of texture data.
    The compressed scene has 2 MB of geometry and 2.6 MB of texture data.
    zeux committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    b9715ce View commit details
    Browse the repository at this point in the history