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

Conversation

volivarez60
Copy link
Contributor

No description provided.

volivarez60 and others added 3 commits October 19, 2021 16:18
added gltf subdirectory
should have all the files needed to run a gltf importer.  Only thing would be the Cmake in the conv if its not updated
Copy link
Member

@brlcad brlcad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @volivarez60 this commit looks like a mistake or change from earlier. Can you undo it? Doesn't look like you submitted a src/libgcv/plugins/gltf plugin so this commit will break the build.

Copy link
Member

@brlcad brlcad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@volivarez60 It's probably because you pulled tinygltf from git already. Try deleting the tinygltf/.git folder, then git add src/conv/gltf/tinygltf. If you do that, you should be able to commit and the PR can be updated with the necessary files.

@starseeker
Copy link
Member

A thought - can the tinygltf contents be stripped down to a minimum? (I.e., something like LICENSE, tiny_gltf.* and stb_image* files?)

@starseeker
Copy link
Member

The examples folder in particular is 23M, and models and tests together add another 1.4M

@volivarez60
Copy link
Contributor Author

volivarez60 commented Dec 16, 2021 via email

This change doesn't belong here..

Testing edit to PR.
unnecessary file
revert back to traversing into the empty reader stub
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.
…me num lines

also avoids needing to quote filepaths with spaces or wrapping the whole thing in a set() call.
@brlcad brlcad merged commit 0f0d544 into BRL-CAD:main Feb 23, 2022
brlcad added a commit that referenced this pull request Feb 24, 2022
he was on a team with 4 others, but his work was incorporated separately with the recent PR #10 merge.
zhuodannychen pushed a commit to zhuodannychen/brlcad that referenced this pull request May 9, 2023
Started working with top and bottom headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants