Reworked mesh asset loading

This commit is contained in:
Dynamitos
2024-05-01 14:10:52 +02:00
parent 19922f4624
commit 2c1669aab4
23 changed files with 647 additions and 460 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ struct BlinnPhong : IBRDF
float3 baseColor;
float metallic;
float3 normal;
float specular;
float3 specular;
float roughness;
float sheen;