added normal map

This commit is contained in:
J3oss
2021-06-27 01:23:28 +02:00
parent 6f0c078f7b
commit a0fa214b6b
2 changed files with 12 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ struct Material {
vec4 baseColor;
uint albedoTexture;
uint normalTexture;
float metallicFactor;
float roughnessFactor;
uint metallicRoughnessTexture;