mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
34 lines
492 B
Plaintext
34 lines
492 B
Plaintext
"Refract"
|
|
{
|
|
"<dx90"
|
|
{
|
|
"$fallbackmaterial" "nature/water_warp01_dx8"
|
|
}
|
|
|
|
"$refractamount" "-.035"
|
|
// "$refracttint" ".25 .47 .32}"
|
|
"$bluramount" "1"
|
|
|
|
"$scale" "[1 1]"
|
|
|
|
"$bumpmap" "nature/water_coast01_dudv"
|
|
"$normalmap" "effects/fas_water_coast01_normal"
|
|
|
|
$offset 0 // declare custom var
|
|
|
|
"Proxies"
|
|
{
|
|
LinearRamp
|
|
{
|
|
initialValue 0
|
|
rate 5000
|
|
resultVar $offset // write to custom var
|
|
}
|
|
"TextureTransform"
|
|
{
|
|
rotateVar $offset
|
|
resultvar $bumptransform
|
|
}
|
|
}
|
|
}
|