Hurt.material
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:0k
源码类别:
游戏引擎
开发平台:
Visual C++
- /// Just a simple red quad blended over the scene
- material RedQuad
- {
- technique
- {
- pass
- {
- lighting on
- diffuse 0.0 0.0 0.0 0.5
- specular 0.0 0.0 0.0 1.0
- ambient 0.0 0.0 0.0
- emissive 1.0 0.0 0.0
- cull_hardware none
- depth_check off
- scene_blend alpha_blend
- }
- }
- }