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:
@@ -24,6 +24,8 @@ namespace BSP
|
||||
vec4_t color;
|
||||
vec2_t texCoord;
|
||||
vec3_t normal;
|
||||
vec3_t tangent;
|
||||
vec3_t binormal;
|
||||
};
|
||||
|
||||
struct BSPMaterial
|
||||
|
||||
Reference in New Issue
Block a user