Add assimp-based mesh import

This commit is contained in:
2026-03-26 02:53:34 +08:00
parent b414bc5326
commit cb05472205
103 changed files with 24502 additions and 25 deletions

3
.gitignore vendored
View File

@@ -1,9 +1,11 @@
build/
build2/
bin/
!engine/third_party/assimp/bin/
Release/
*.exe
*.obj
!tests/fixtures/Resources/Mesh/*.obj
*.tlog
*.log
*.cmake
@@ -16,5 +18,6 @@ Res/NanoVDB/
*.rdc
*.pyd
*.dll
!engine/third_party/assimp/bin/*.dll
工作/
.trae/