-
Notifications
You must be signed in to change notification settings - Fork 52
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
5 -> 6 (main) #331
Merged
Merged
5 -> 6 (main) #331
Conversation
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
Signed-off-by: WilliamLewww <[email protected]>
#301) Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
* update texture size Signed-off-by: Ian Chen <[email protected]> * set cap to 1024 Signed-off-by: Ian Chen <[email protected]> * set min tex size Signed-off-by: Ian Chen <[email protected]>
* update test Signed-off-by: Ian Chen <[email protected]> * reenable macos test Signed-off-by: Ian Chen <[email protected]> * fix typo Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* Added example for custom shaders with different uniform types Signed-off-by: William Lew <[email protected]> * Added buffer shader parameter Signed-off-by: William Lew <[email protected]> * Added ogre uniform buffer update Signed-off-by: William Lew <[email protected]> * Fixed uninitialized variables Signed-off-by: William Lew <[email protected]> * Added matrix uniform update Signed-off-by: William Lew <[email protected]> * Fixed shader paths Signed-off-by: William Lew <[email protected]> * Added command line argument to pick version of Ogre (#277) Signed-off-by: WilliamLewww <[email protected]> Signed-off-by: William Lew <[email protected]> * Fixed C-style cast and formatting issues Signed-off-by: William Lew <[email protected]> * Changed raw pointer buffer to shared pointer buffer Signed-off-by: William Lew <[email protected]> * Specified uniform buffer to be a word buffer Signed-off-by: William Lew <[email protected]> * Fixed codecheck errors Signed-off-by: William Lew <[email protected]> * Added documentation for word buffer Signed-off-by: William Lew <[email protected]> * Added tests for word buffer shader parameter Signed-off-by: William Lew <[email protected]> * Fixed updating int uniform buffer Signed-off-by: William Lew <[email protected]> * Added tests for int and float uniform buffers Signed-off-by: William Lew <[email protected]> * Updated example to show different types of uniforms Signed-off-by: William Lew <[email protected]> * Apply suggestions from code review Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: William Lew <[email protected]> * Apply style suggestions Signed-off-by: William Lew <[email protected]> * Removed support for engines other than OGRE1 Signed-off-by: William Lew <[email protected]> * Changed "WordBuffer" to "Buffer" Signed-off-by: William Lew <[email protected]> * Removed raw pointer when getting buffer Signed-off-by: William Lew <[email protected]> * Added windows support Signed-off-by: William Lew <[email protected]> * Fixed code check formatting issues Signed-off-by: William Lew <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Ian Chen <[email protected]>
* Include MoveTo Helper class to ign-rendering Signed-off-by: ahcorde <[email protected]> * make linters happy Signed-off-by: ahcorde <[email protected]> * Added feedback Signed-off-by: ahcorde <[email protected]> * Added MoveToHelper test Signed-off-by: ahcorde <[email protected]> * Added feedback Signed-off-by: ahcorde <[email protected]> * timeout as arg Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #331 +/- ##
==========================================
+ Coverage 57.69% 57.91% +0.22%
==========================================
Files 160 162 +2
Lines 15992 16162 +170
==========================================
+ Hits 9226 9361 +135
- Misses 6766 6801 +35
Continue to review full report at Codecov.
|
ahcorde
approved these changes
Jun 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
➡️ Forward port
Port ign-rendering5 to main
Branch comparison: main...ign-rendering5
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)