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

游戏引擎

开发平台:

Visual C++

  1. fragment_program Ogre/Compositor/LaplaceFP cg
  2. {
  3. source LaplaceFP.cg
  4. entry_point Laplace_ps
  5. profiles ps_2_0 arbfp1
  6. }
  7. material Ogre/Compositor/Laplace
  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/LaplaceFP
  20. {
  21. param_named pixelSize float 0.0031
  22. param_named scale float 1.0
  23. }
  24. texture_unit RT
  25. {
  26.                 tex_coord_set 0
  27. tex_address_mode clamp
  28. filtering trilinear
  29. }
  30. }
  31. }
  32. }