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

rmodels.c, LoadImageFromCgltfImage() : fix base64 padding support #4112

Merged

Commits on Jun 27, 2024

  1. rmodels.c, LoadImageFromCgltfImage() : fix base64 padding support

    This should fix the issue related to `.gltf` embeded image in base64 format, by ignoring `=` padding and calculating the data size in bytes correctly.
    SuperUserNameMan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9f1a924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55e579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3900e9c View commit details
    Browse the repository at this point in the history
  4. clarify comments

    i hope it's clear ennough
    SuperUserNameMan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ec5165f View commit details
    Browse the repository at this point in the history