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

游戏引擎

开发平台:

Visual C++

  1. fragment_program Ogre/Compositor/GlassFP cg
  2. {
  3. source GlassFP.cg
  4. entry_point main_ps
  5. profiles ps_2_0 arbfp1
  6. }
  7. material Ogre/Compositor/GlassPass
  8. {
  9. technique
  10. {
  11. pass
  12. {
  13. depth_check off
  14. vertex_program_ref Ogre/Compositor/StdQuad_vp
  15. {
  16. }
  17. fragment_program_ref Ogre/Compositor/GlassFP
  18. {
  19. }
  20. texture_unit RT
  21. {
  22.                 tex_coord_set 0
  23. tex_address_mode clamp
  24. filtering linear linear linear
  25. }
  26. texture_unit
  27. {
  28. texture WaterNormal1.tga 2d
  29.                 tex_coord_set 1
  30. //tex_address_mode clamp
  31. filtering linear linear linear
  32. }
  33. }
  34. }
  35. }