-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update version #191
Closed
Closed
Update version #191
Changes from 2 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
a5f1ad8
Added updateVersion stage as well as some refactoring
lasalvavida 74c6635
Merge branch 'master' of https://github.com/AnalyticalGraphicsInc/glt…
lasalvavida b4ff281
Split out into multiple functions
lasalvavida 96160e5
Merge branch 'master' of https://github.com/AnalyticalGraphicsInc/glt…
lasalvavida 318d2b8
Cleaned up a few failing tests
lasalvavida 77cd995
Added new upgrades to specs
lasalvavida 6478c98
Application specific parameters are prefixed with underscores
lasalvavida 1ef43e3
Merge branch 'master' of github.com:AnalyticalGraphicsInc/gltf-pipeli…
cf697a9
Merge branch 'updateVersion' of github.com:AnalyticalGraphicsInc/gltf…
a6db842
Migrated changes back from cesium
439f0fa
Merge branch 'master' of github.com:AnalyticalGraphicsInc/gltf-pipeli…
611d148
Merge branch 'cleanup-add-defaults' of github.com:AnalyticalGraphicsI…
e882790
Changed 1.1 to 2.0
d2cb44c
Merge branch 'master' of github.com:AnalyticalGraphicsInc/gltf-pipeli…
e88fd50
Lots of 1.0->2.0 changes in pipeline stages
f2557af
Tweaks from model generation
3d35c21
Generate default material
7f8ad7c
Add updateVersion to buildForCesium
ed61ae7
Select default scene
7ee3137
A few more small changes
7b63d22
Add removePipelineExtras to cesium build
a76c503
kmc fixes
d8337e1
Build global cesium include
9bb2d3c
Update
01b3140
Update CHANGES.md
3bc06ba
Added two more update functions
6d58407
Update CHANGES.md
pjcozzi 0d6e895
Strip version numbers when guessing if invalid
99c98e2
Merge branch 'updateVersion' of github.com:AnalyticalGraphicsInc/gltf…
843a480
WIP Array-based Traversal
9f4b12b
More WIP changes
dee1009
Removed combineMeshes -> nodes only have a singular mesh now
c9f79c4
Merge branch 'master' of github.com:AnalyticalGraphicsInc/gltf-pipeli…
2ac3bfd
Operator -> operate
2ec8545
combineNodes, removeUnused and dagToTree traversal changes
29e21f2
More WIP
9ad94f3
Bulk WIP changes for traversal
lasalvavida f952bc0
Merge branch 'master' of https://github.com/AnalyticalGraphicsInc/glt…
lasalvavida 4c884d5
Fixed a few more failing tests
lasalvavida 13aa73d
Removed findUsedIds
lasalvavida b5d8002
WIP, switching workspaces
lasalvavida 6427738
WIP, pretty much just AO left
af0a51a
Fixed a few more tests
a4a0331
All tests pass
94ee8e5
Removed riggedSimpleUnoptimized
d75085e
Delete generateTangentsBitangents models
37b97c0
Merge branch 'master' of github.com:AnalyticalGraphicsInc/gltf-pipeli…
9fc99cc
Don't look for slots in array, just append
d172439
Small fixes from testing
d4ccb41
More fixes
edee467
A few test fixes and byteStride -> bufferView
2e7519e
A few more test fixes
684c272
Missed a function
d426433
Removed vestigial byteStride references
a35e5f7
Some fixes from cesium changes
7492f57
Fixed cesium dependency list
ab6daee
Fixed some plurality issues
34d1c67
Add KHR_technique_webgl extensions if there are techniques
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be
1.1
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or is this dependent on updating the rest of the pipeline stages to use 1.1? This could be a separate branch, but probably needs to go into master at the same time so we are able to optimize sample models and gltf-pipeline can process models that it outputs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, this is set to
1.0
intentionally since I don't think we want to be generating1.1
from master by default just yet. Though now that I think about it, a command line flag for1.1
may be a better solution.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. The other option is to keep the 1.1 changes on this branch, but I agree it would be better to get this into master.