Set default material normalScale to 1;

This commit is contained in:
bjorn 2022-08-12 17:44:29 -07:00
parent 3b33f4917e
commit 0be94e0f1a
1 changed files with 1 additions and 0 deletions

View File

@ -596,6 +596,7 @@ bool lovrGraphicsInit(GraphicsConfig* config) {
.data.uvScale = { 1.f, 1.f },
.data.metalness = 0.f,
.data.roughness = 1.f,
.data.normalScale = 1.f,
.texture = state.defaultTexture
});