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

游戏引擎

开发平台:

Visual C++

  1. fragment_program Ogre/Compositor/OldMovieFP cg
  2. {
  3. source OldMovieFP.cg
  4. entry_point OldMovie_ps
  5. profiles ps_2_0 arbfp1
  6. }
  7. material Ogre/Compositor/OldMovie
  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/OldMovieFP
  20. {
  21. param_named_auto time_cycle_period time 20
  22. param_named flicker float 0.4
  23. param_named DirtFrequency float 0.0005
  24. param_named luminance float3 0.30 0.59 0.11
  25. param_named frameJitter float 0.004
  26. param_named lumiShift float 0.03
  27. }
  28. texture_unit RT
  29. {
  30.                 tex_coord_set 0
  31. tex_address_mode clamp
  32. filtering trilinear
  33. }
  34. texture_unit SplotchesTx
  35. {
  36. texture 8x8PagesSplotches2.png 2d
  37.                 tex_coord_set 1
  38. tex_address_mode wrap
  39. filtering trilinear
  40. }
  41. texture_unit
  42. {
  43. texture 1D_Noise.png 1d
  44.                 tex_coord_set 2
  45. tex_address_mode wrap
  46. filtering point point none
  47. }
  48. texture_unit SepiaTx
  49. {
  50. texture Sepia1D.tga 1d
  51.                 tex_coord_set 3
  52. tex_address_mode mirror
  53. filtering point point none
  54. }
  55. }
  56. }
  57. }