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

游戏引擎

开发平台:

Visual C++

  1. material Examples/Smoke
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. lighting off
  8. scene_blend alpha_blend
  9. depth_write off
  10. texture_unit
  11. {
  12. texture smoke.png
  13. tex_address_mode clamp
  14. }
  15. }
  16. }
  17. }