Add assimp-based mesh import
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user