-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add osgEarthImGui nodekit and remove the imgui submodule
- Loading branch information
Showing
58 changed files
with
65,228 additions
and
457 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
add_osgearth_app( | ||
TARGET osgearth_collecttriangles | ||
SOURCES osgearth_collecttriangles.cpp | ||
USE_IMGUI | ||
LIBRARIES osgEarthImGui | ||
FOLDER Examples ) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
add_osgearth_app( | ||
TARGET osgearth_imgui | ||
SOURCES osgearth_imgui.cpp | ||
USE_IMGUI | ||
LIBRARIES osgEarthImGui | ||
FOLDER Tools ) | ||
|
||
|
||
if(OSGEARTH_BUILD_PROCEDURAL_NODEKIT) | ||
target_link_libraries(osgearth_imgui PRIVATE osgEarthProcedural) | ||
endif() | ||
|
||
if(OSGEARTH_BUILD_CESIUM_NODEKIT) | ||
target_link_libraries(osgearth_imgui PRIVATE osgEarthCesium) | ||
endif() |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
add_osgearth_app( | ||
TARGET osgearth_pick | ||
SOURCES osgearth_pick.cpp | ||
USE_IMGUI | ||
LIBRARIES osgEarthImGui | ||
FOLDER Examples ) | ||
|
||
|
||
if(OSGEARTH_BUILD_PROCEDURAL_NODEKIT) | ||
target_link_libraries(osgearth_pick PRIVATE osgEarthProcedural) | ||
endif() | ||
|
||
if(OSGEARTH_BUILD_CESIUM_NODEKIT) | ||
target_link_libraries(osgearth_pick PRIVATE osgEarthCesium) | ||
endif() | ||
|
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.