2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

Added tangent and binormal calculation, corrected scale, rotate and translate order of operations.

This commit is contained in:
LJW-Dev
2026-02-07 17:19:28 +08:00
committed by Jan Laupetin
parent bf0d527280
commit 663c5cfe28
3 changed files with 24 additions and 6 deletions
+2
View File
@@ -24,6 +24,8 @@ namespace BSP
vec4_t color;
vec2_t texCoord;
vec3_t normal;
vec3_t tangent;
vec3_t binormal;
};
struct BSPMaterial