File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments