Skip to content

Commit c9f6022

Browse files
committed
Update shader param list
1 parent f98a2ab commit c9f6022

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

packages/vmt/src/shader-param-list.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ export const shaderParams = [
106106
"description": "Compile time parameter to mark this surface as non-portalable. Unnecessary on models.",
107107
"wikiUri": "https://developer.valvesoftware.com/wiki/Controlling_portals"
108108
},
109+
{
110+
"name": "%nopaint",
111+
"type": "bool",
112+
"defaultCompletion": 1,
113+
"description": "Compile time parameter to mark this surface as non-paintable. Unnecessary on models."
114+
},
109115
{
110116
"name": "%tooltexture",
111117
"type": "texture",
@@ -222,7 +228,21 @@ export const shaderParams = [
222228
},
223229
{
224230
"name": "$decaltexture",
225-
"type": "texture"
231+
"type": "texture",
232+
"wikiUri": "https://developer.valvesoftware.com/wiki/$decaltexture",
233+
"description": "Decal base color texture to use for the UV2 PBR decals"
234+
},
235+
{
236+
"name": "$decalmrao",
237+
"type": "texture",
238+
"wikiUri": "https://developer.valvesoftware.com/wiki/$decaltexture",
239+
"description": "Decal MRAO texture to use for the UV2 PBR decals"
240+
},
241+
{
242+
"name": "$decalbump",
243+
"type": "texture",
244+
"wikiUri": "https://developer.valvesoftware.com/wiki/$decaltexture",
245+
"description": "Decal bump map texture to use for the UV2 PBR decals"
226246
},
227247
{
228248
"name": "$detail",

0 commit comments

Comments
 (0)