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: GltfFileStream and rewritten GltfDataBuffer #49

Merged
merged 9 commits into from
Apr 28, 2024
Merged

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    d97aae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b5a2b View commit details
    Browse the repository at this point in the history
  3. Add: MappedGltfFile

    spnda committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9f2d148 View commit details
    Browse the repository at this point in the history
  4. Change: Always load GLB buffers

    spnda committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    72ed4af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3119b68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    154340a View commit details
    Browse the repository at this point in the history
  7. Add: Memory-mapped files on Windows

    This also moves all functions related to reading files into a new file, io.cpp. This is mostly because fastgltf.cpp is becoming quite large, and including Windows.h caused a lot of issues there.
    spnda committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f51a0e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    046f51f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d9165f View commit details
    Browse the repository at this point in the history