Skip to content

Commit

Permalink
zzre: Apply vertex colors to clump materials
Browse files Browse the repository at this point in the history
  • Loading branch information
Helco committed Jan 27, 2024
1 parent bc71409 commit 7ade70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zzre/game/resources/ClumpMaterial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected override ModelMaterial Load(ClumpMaterialInfo info)
material.View.BufferRange = camera.ViewRange;
material.Factors.Ref = new()
{
vertexColorFactor = 0f,
vertexColorFactor = 1f,
tintFactor = 1f,
alphaReference = 0.082352944f
};
Expand Down

0 comments on commit 7ade70d

Please sign in to comment.