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

游戏引擎

开发平台:

Visual C++

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