Skip to content

Commit

Permalink
Add grid visual to OSG renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 22, 2019
1 parent 1afda83 commit 590c149
Show file tree
Hide file tree
Showing 5 changed files with 939 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
* GUI

* Updated ImGui to 1.69: [#1274](https://github.com/dartsim/dart/pull/1274)
* Add VoxelGridShape support to OSG renderer: [#1276](https://github.com/dartsim/dart/pull/1276)
* Add PointCloudShape and its OSG rendering: [#1277](https://github.com/dartsim/dart/pull/1277)
* Added VoxelGridShape support to OSG renderer: [#1276](https://github.com/dartsim/dart/pull/1276)
* Added PointCloudShape and its OSG rendering: [#1277](https://github.com/dartsim/dart/pull/1277)
* Added grid visual to OSG renderer: [#1278](https://github.com/dartsim/dart/pull/1278)

* Build System

Expand Down
2 changes: 2 additions & 0 deletions dart/gui/osg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ install(
)

dart_format_add(
GridVisual.hpp
GridVisual.cpp
ImGuiHandler.hpp
ImGuiHandler.cpp
RealTimeWorldNode.hpp
Expand Down
Loading

0 comments on commit 590c149

Please sign in to comment.