Skip to content

Commit

Permalink
Added a sway shader to the Blood Harvest corn props
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrockyy committed Apr 17, 2022
1 parent fa7167b commit 144c0da
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions root/materials/models/props_plants/corn01_dry.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
patch
{
include "materials/models/props_foliage/tree_include_small.vmt"
insert
{
$baseTexture "models\props_plants/corn01_dry"
$alphatest 1
$nocull 1
$model 1
$FlashlightNoLambert 1
$AlphaTestReference "0.3"
$treeSwayHeight 1
$treeSwayRadius 60
$treeSwayStartHeight "0.22"
$treeSwayStartRadius "0.25"
$treeSwaySpeedHighWindMultiplier "1.1"
$treeSwayStrength "0.21"
$treeSwaySpeed "0.63"
$treeSwayScrumbleSpeed "3.25"
$treeSwayScrumbleStrength "0.05"
$treeSwayScrumbleFrequency "111"
}
}

0 comments on commit 144c0da

Please sign in to comment.