Advertisement
Marth8880

Shadow ENVFX Parameter

Sep 13th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Effect("Shadow")
  2. {
  3. Enable(1); // whether or not shadows should be enabled
  4. BlurEnable(0); // whether or not to blur the shadows (doesn't work)
  5. Intensity(0.5); // intensity of the shadow (0..1), smaller value = more intense
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement