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

Release 0.22 #795

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Release 0.22 #795

merged 3 commits into from
Oct 24, 2024

Commits on Oct 23, 2024

  1. Mark meshopt_decodeFilter* and meshopt_encodeFilter* as stable

    These functions have existed for several years now, with stable
    implementation and interface. They are exposed via JS interface and used
    by gltfpack, and thus are unlikely to change dramatically.
    
    A recent change added meshopt_EncodeExpClamped, which also had a
    possible alternative of adding more fine-grained exponent clamping
    control to meshopt_encodeFilterExp. Instead of marking the entire
    function as experimental, let's mark just the enum entry as
    experimental. If more control is necessary in the future, we can remove
    this enum entry and add a meshopt_encodeFilterExpClamped instead.
    zeux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c297d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42998fd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update README.md

    Fix duplicate documentation for generateShadowIndexBuffer after a failed
    rewording attempt.
    zeux committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f29c5e8 View commit details
    Browse the repository at this point in the history