Skip to content

Commit ffe72df

Browse files
0.0.8 (#345)
* Glm2 chaos math * 渲染结果无法跟随imgui窗口移动的bug * Gpu particle system * Particle presentation * toggle free camera mode * Fix particle local variable usage
1 parent a969d6a commit ffe72df

File tree

1,597 files changed

+4731
-265895
lines changed

Some content is hidden

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

1,597 files changed

+4731
-265895
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CPM_modules/
44
CPM_*.cmake
55
.DS_Store
66
*.code-workspace
7+
*.patch
78
!engine/3rdparty/JoltPhysics/Build
89

910
# Visual Studio

engine/3rdparty/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ if(NOT TARGET imgui)
77
set_target_properties(imgui PROPERTIES FOLDER ${third_party_folder}/imgui)
88
endif()
99

10-
if(NOT TARGET glm)
11-
option(BUILD_STATIC_LIBS "" ON)
12-
option(BUILD_TESTING "" OFF)
13-
option(GLM_TEST_ENABLE "" OFF)
14-
add_subdirectory(glm)
15-
set_target_properties(glm_static PROPERTIES FOLDER ${third_party_folder}/glm)
16-
endif()
17-
1810
if(NOT TARGET glfw)
1911
option(GLFW_BUILD_EXAMPLES "" OFF)
2012
option(GLFW_BUILD_TESTS "" OFF)

engine/3rdparty/glm/.appveyor.yml

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

engine/3rdparty/glm/.gitignore

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

0 commit comments

Comments
 (0)