Skip to content

Commit

Permalink
Add $allowdiffusemodulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagira committed Sep 16, 2024
1 parent 9a0a716 commit 41a73ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/pac3/libraries/shader_params.lua
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,12 @@ return {
default = false,
description = "flag",
},
allowdiffusemodulation = {
type = "bool",
default = true,
friendly = "AllowDiffuseModulation",
description = "Prevents the material from being tinted.",
}
},
["bump map"] = {
bumpmap = {
Expand Down

0 comments on commit 41a73ec

Please sign in to comment.