Skip to content

Commit 78fc244

Browse files
Moved Asteroids and Unity Plugin to Samples; updated submodules
1 parent 053a265 commit 78fc244

203 files changed

Lines changed: 8 additions & 38654 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ project(DiligentEngine)
1414
option(DILIGENT_BUILD_TOOLS "Build DiligentTools module" ON)
1515
option(DILIGENT_BUILD_FX "Build DiligentFX module" ON)
1616
option(DILIGENT_BUILD_SAMPLES "Build DiligentSamples module" ON)
17-
option(DILIGENT_BUILD_DEMOS "Build demo projects" ON)
18-
option(DILIGENT_BUILD_UNITY_PLUGIN "Build Unity plugin" ON)
1917

2018
add_subdirectory(DiligentCore)
2119
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/DiligentCorePro")
@@ -49,14 +47,6 @@ if(${DILIGENT_BUILD_SAMPLES})
4947
add_subdirectory(DiligentSamples)
5048
endif()
5149

52-
if(${DILIGENT_BUILD_DEMOS})
53-
add_subdirectory(Projects)
54-
endif()
55-
56-
if(${DILIGENT_BUILD_UNITY_PLUGIN} AND (D3D11_SUPPORTED OR D3D12_SUPPORTED OR GL_SUPPORTED OR GLES_SUPPORTED))
57-
add_subdirectory(unityplugin)
58-
endif()
59-
6050
if(TARGET GLTFViewer)
6151
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT GLTFViewer)
6252
elseif(TARGET Asteroids)

DiligentCore

Submodule DiligentCore updated 52 files

DiligentSamples

Submodule DiligentSamples updated 225 files

DiligentTools

Projects/Asteroids/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

Projects/Asteroids/CMakeLists.txt

Lines changed: 0 additions & 151 deletions
This file was deleted.
-36.5 KB
Binary file not shown.
-36.5 KB
Binary file not shown.

Projects/Asteroids/DiligentGL.dds

-36.5 KB
Binary file not shown.

Projects/Asteroids/DiligentVk.dds

-27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)