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

游戏引擎

开发平台:

Visual C++

  1. fragment_program Ogre/Compositor/InvertFP cg
  2. {
  3. source InvertFP.cg
  4. entry_point Invert_ps
  5. profiles ps_2_0 arbfp1
  6. }
  7. material Ogre/Compositor/Invert
  8. {
  9. technique
  10. {
  11. pass
  12. {
  13. cull_hardware none
  14. cull_software none
  15. depth_func always_pass
  16. vertex_program_ref Ogre/Compositor/StdQuad_Tex2a_vp
  17. {
  18. }
  19. fragment_program_ref Ogre/Compositor/InvertFP
  20. {
  21. }
  22. texture_unit RT
  23. {
  24.                 tex_coord_set 0
  25. tex_address_mode clamp
  26. filtering trilinear
  27. }
  28. }
  29. }
  30. }