-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated FX and Core (Improved complex face triangulation in Hydrogent)
- Loading branch information
1 parent
3df390e
commit 8bd1f3d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule DiligentCore
updated
2 files
+304 −241 | Common/interface/AdvancedMath.hpp | |
+42 −10 | Tests/DiligentCoreTest/src/Common/MathLibTest.cpp |
Submodule DiligentFX
updated
5 files
+2 −0 | Hydrogent/CMakeLists.txt | |
+176 −0 | Hydrogent/include/HnMeshUtils.hpp | |
+36 −27 | Hydrogent/interface/HnMesh.hpp | |
+189 −470 | Hydrogent/src/HnMesh.cpp | |
+374 −0 | Hydrogent/src/HnMeshUtils.cpp |