Created
December 20, 2013 21:14
-
-
Save zeux/8061644 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract pass DefaultDecalPass | |
{ | |
scene_blend alpha_blend | |
depth_bias 4 0.5 | |
depth_write off | |
} | |
material DefaultSkinnedDecal: DefaultSkinned | |
{ | |
technique ffp | |
{ | |
pass: DefaultDecalPass | |
{ | |
transparent_sorting off | |
} | |
} | |
technique lod | |
{ | |
pass: DefaultDecalPass | |
{ | |
transparent_sorting off | |
} | |
} | |
technique default | |
{ | |
pass: DefaultDecalPass | |
{ | |
transparent_sorting off | |
} | |
} | |
technique gbuffer | |
{ | |
pass: DefaultDecalPass | |
{ | |
transparent_sorting off | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment