Created
June 5, 2012 13:12
-
-
Save notintricate/2874881 to your computer and use it in GitHub Desktop.
alpha not working
This file contains 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
material tv/frame | |
{ | |
technique | |
{ | |
pass | |
{ | |
ambient 0.215686 0.215686 0.215686 | |
diffuse 0.215686 0.215686 0.215686 1 | |
specular 0.172549 0.172549 0.172549 70 | |
emissive 0 0 0 | |
texture_unit | |
{ | |
texture EnvmapPlan.jpg | |
colour_op_ex blend_manual src_texture src_current 0.3 | |
env_map planar | |
} | |
} | |
} | |
} | |
material tv/video | |
{ | |
technique | |
{ | |
pass | |
{ | |
ambient 1 1 1 | |
diffuse 1 1 1 1 | |
specular 0 0 0 20 | |
emissive 0 0 0 | |
texture_unit | |
{ | |
texture default.jpg | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment