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

游戏引擎

开发平台:

Visual C++

  1. fragment_program Ogre/Compositor/B&W_FP cg
  2. {
  3. source GrayScale.cg
  4. entry_point GrayScale_ps
  5. profiles ps_2_0 arbfp1
  6. }
  7. material Ogre/Compositor/BlackAndWhite
  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/B&W_FP
  18. {
  19. }
  20. texture_unit
  21. {
  22. texture RT
  23.                 tex_coord_set 0
  24. tex_address_mode clamp
  25. filtering linear linear linear
  26. }
  27. }
  28. }
  29. }