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

游戏引擎

开发平台:

Visual C++

  1. fragment_program Ogre/Compositor/TilingFP cg
  2. {
  3. source TilingFP.cg
  4. entry_point Tiling_ps
  5. profiles ps_2_0 arbfp1
  6. }
  7. material Ogre/Compositor/Tiling
  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. //DirectX 9.0 HLSL Pixel Shader ps_2_0
  20. fragment_program_ref Ogre/Compositor/TilingFP
  21. {
  22. param_named NumTiles float 75.0
  23. param_named Threshhold float 0.15
  24. }
  25. texture_unit RT
  26. {
  27.                 tex_coord_set 0
  28. tex_address_mode clamp
  29. filtering trilinear
  30. }
  31. }
  32. }
  33. }