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

updated gltf importer #10

Merged
merged 14 commits into from
Feb 23, 2022
Merged

updated gltf importer #10

merged 14 commits into from
Feb 23, 2022

Commits on Oct 19, 2021

  1. Update CMakeLists.txt

    added gltf subdirectory
    volivarez60 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5c2ac1e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. gltf importation

    should have all the files needed to run a gltf importer.  Only thing would be the Cmake in the conv if its not updated
    volivarez60 committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    871d606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d5eaf View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    4f81d4f View commit details
    Browse the repository at this point in the history
  2. removed tinygltf/.git

    volivarez60 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    751da31 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Update CMakeLists.txt

    This change doesn't belong here..
    
    Testing edit to PR.
    brlcad authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e1da509 View commit details
    Browse the repository at this point in the history
  2. Delete NEED TINYGLTF

    unnecessary file
    brlcad authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7b63e2a View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    revert back to traversing into the empty reader stub
    brlcad authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    acf05bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e84b90 View commit details
    Browse the repository at this point in the history
  5. purge 'examples' and 'tools' solely because they bundle additional deps

    we don't need or want to be tracking license files for deps that are not in use, nor redistributing binary compilations we also don't use.
    brlcad committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    1347bba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4432d05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb574c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    321b02e View commit details
    Browse the repository at this point in the history
  9. simplify how we ignore the subdir. pulls var into calling scope in sa…

    …me num lines
    
    also avoids needing to quote filepaths with spaces or wrapping the whole thing in a set() call.
    brlcad committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f3bb926 View commit details
    Browse the repository at this point in the history