blob: 5a29f688b79cbfeb8a0953a142581324740220ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// envmaptint_fix
"VertexLitGeneric"
{
"$surfaceprop" "alienflesh"
"$model" "1"
"$baseTexture" "Models/Antlion/Antlionhigh_sheet3"
"$bumpmap" "Models/Antlion/Antlionhigh_normal"
// phong
"$phong" "1"
"$phongboost" "1"
"$phongexponent" "15"
"$phongfresnelranges" "[.1 .8 1.2]"
// environment map
//"$normalmapalphaenvmapmask" 1
//"$envmap" "env_cubemap"
//"$envmaptint" "[.05 .05 .05]"
//"$envmapfresnel" "1"
//rimlight parameters
"$rimlight" "1"
"$rimlightexponent" "15"
"$rimlightboost" "1"
}
|