This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -146,6 +146,7 @@ void HydraGLTFLoader::_ProcessGLTFMesh(aiScene const *scene, HydraID parent_acto
vert.normal[1] = mesh->mNormals[i_verts].y;
vert.normal[2] = mesh->mNormals[i_verts].z;
}
if(mesh->HasTangentsAndBitangents())
{
vert.bitanget[0] = mesh->mBitangents[i_verts].x;