Introduce mikktshape

This commit is contained in:
Kim Kulling
2023-12-22 11:51:27 +01:00
parent 35e0f6d80f
commit a5a9f1ba33
4 changed files with 2065 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#include "GenerateMikkTSpaceTangents.h"
namespace Assimp {
bool GenerateMikkTSpaceTangents::IsActive(unsigned int pFlags) const {
}
void GenerateMikkTSpaceTangents::Execute(aiScene* pScene) {
}
}