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

Added command line argument for examples to pick version of Ogre #277

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Added command line argument for examples to pick version of Ogre #277

merged 1 commit into from
Mar 31, 2021

Conversation

WilliamLewww
Copy link
Contributor

Updated the following examples to use a command line argument to determine which version of Ogre to use (Ogre1 vs. Ogre2):

  • actor_animation
  • camera_tracking
  • custom_scene_viewer
  • gazebo_scene_viewer
  • lidar_visual
  • mesh_viewer
  • mouse_picking
  • particles_demo
  • render_pass
  • simple_demo
  • thermal_camera
  • transform_control
  • view_control

@github-actions github-actions bot added the 🔮 dome Ignition Dome label Mar 23, 2021
@osrf-triage osrf-triage added this to Inbox in Core development Mar 23, 2021
@chapulina chapulina moved this from Inbox to In review in Core development Mar 23, 2021
Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

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

@WilliamLewww
Copy link
Contributor Author

Sorry about, I believe I just signed the commit. I have also configured my GPG key so I think my future commits should contain my signature now.

@iche033
Copy link
Contributor

iche033 commented Mar 23, 2021

looks good to me. Just waiting for CI to finish

Signed-off-by: WilliamLewww <WilliamMilesLew@gmail.com>
@iche033 iche033 merged commit ccdf27e into gazebosim:ign-rendering4 Mar 31, 2021
Core development automation moved this from In review to Done Mar 31, 2021
@chapulina chapulina moved this from Done to Highlights in Core development Apr 5, 2021
iche033 pushed a commit that referenced this pull request May 15, 2021
* Added example for custom shaders with different uniform types

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added buffer shader parameter

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added ogre uniform buffer update

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Fixed uninitialized variables

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added matrix uniform update

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Fixed shader paths

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added command line argument to pick version of Ogre (#277)

Signed-off-by: WilliamLewww <WilliamMilesLew@gmail.com>
Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Fixed C-style cast and formatting issues

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Changed raw pointer buffer to shared pointer buffer

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Specified uniform buffer to be a word buffer

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Fixed codecheck errors

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added documentation for word buffer

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added tests for word buffer shader parameter

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Fixed updating int uniform buffer

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added tests for int and float uniform buffers

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Updated example to show different types of uniforms

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Apply suggestions from code review

Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Apply style suggestions

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Removed support for engines other than OGRE1

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Changed "WordBuffer" to "Buffer"

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Removed raw pointer when getting buffer

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Added windows support

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

* Fixed code check formatting issues

Signed-off-by: William Lew <WilliamMilesLew@gmail.com>

Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
@j-rivero j-rivero removed this from Highlights in Core development May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔮 dome Ignition Dome
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants