Hurt.material
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. /// Just a simple red quad blended over the scene
  2. material RedQuad
  3. {
  4.     technique
  5.     {
  6.         pass
  7.         {
  8.             lighting on
  9.             diffuse 0.0 0.0 0.0 0.5
  10.             specular 0.0 0.0 0.0 1.0 
  11.             ambient 0.0 0.0 0.0
  12.             emissive 1.0 0.0 0.0
  13.             cull_hardware none
  14.             depth_check off
  15.             scene_blend alpha_blend
  16.         }
  17.     }
  18. }