2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-01 08:41:52 +00:00

chore: use generic xmodel loader and dumper code for t5

This commit is contained in:
Jan
2024-09-13 21:51:12 +02:00
parent 28ecee3a1d
commit a2735b4f23
13 changed files with 243 additions and 541 deletions

View File

@ -773,10 +773,13 @@ namespace GAME_NAMESPACE
}
xmodel.flags = jXModel.flags;
#ifdef FEATURE_T6
xmodel.lightingOriginOffset.x = jXModel.lightingOriginOffset.x;
xmodel.lightingOriginOffset.y = jXModel.lightingOriginOffset.y;
xmodel.lightingOriginOffset.z = jXModel.lightingOriginOffset.z;
xmodel.lightingOriginRange = jXModel.lightingOriginRange;
#endif
return true;
}