Skip to content

Commit

Permalink
Glossiness is deprecated in the PBR spec (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz and leanmendoza authored Aug 9, 2023
1 parent 921fc5d commit 4ee6d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/decentraland/sdk/components/material.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message PBMaterial {

optional float metallic = 11; // default = 0.5
optional float roughness = 12; // default = 0.5
optional float glossiness = 13; // default = 1
reserved 13;

optional float specular_intensity = 14; // default = 1
optional float emissive_intensity = 15; // default = 2
Expand Down

0 comments on commit 4ee6d08

Please sign in to comment.