OldMovie.material
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Visual C++
- fragment_program Ogre/Compositor/OldMovieFP cg
- {
- source OldMovieFP.cg
- entry_point OldMovie_ps
- profiles ps_2_0 arbfp1
- }
- material Ogre/Compositor/OldMovie
- {
- technique
- {
- pass
- {
- cull_hardware none
- cull_software none
- depth_func always_pass
- vertex_program_ref Ogre/Compositor/StdQuad_Tex2a_vp
- {
- }
- fragment_program_ref Ogre/Compositor/OldMovieFP
- {
- param_named_auto time_cycle_period time 20
- param_named flicker float 0.4
- param_named DirtFrequency float 0.0005
- param_named luminance float3 0.30 0.59 0.11
- param_named frameJitter float 0.004
- param_named lumiShift float 0.03
- }
- texture_unit RT
- {
- tex_coord_set 0
- tex_address_mode clamp
- filtering trilinear
- }
- texture_unit SplotchesTx
- {
- texture 8x8PagesSplotches2.png 2d
- tex_coord_set 1
- tex_address_mode wrap
- filtering trilinear
- }
- texture_unit
- {
- texture 1D_Noise.png 1d
- tex_coord_set 2
- tex_address_mode wrap
- filtering point point none
- }
- texture_unit SepiaTx
- {
- texture Sepia1D.tga 1d
- tex_coord_set 3
- tex_address_mode mirror
- filtering point point none
- }
- }
- }
- }