- Timestamp:
- 05/28/07 17:00:18 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPPostProc/GTPPostProc.material
r2137 r2398 31 31 param_named_auto width viewport_width 32 32 param_named_auto height viewport_height 33 34 } 35 texture_unit 36 { 37 // filtering none 38 } 39 } 40 } 41 } 42 43 material GTP/PostProc/Blend 44 { 45 technique 46 { 47 pass 48 { 49 scene_blend alpha_blend 50 depth_check off 51 vertex_program_ref GTP/PostProc/PostProc_VS 52 { 53 54 } 55 fragment_program_ref GTP/PostProc/AlphaBlend_PS 56 { 57 param_named_auto width viewport_width 58 param_named_auto height viewport_height 59 param_named_auto alpha frame_time 9.0 33 60 34 61 } … … 179 206 { 180 207 scene_blend alpha_blend 208 depth_write off 209 depth_check off 181 210 vertex_program_ref GTP/PostProc/PostProc_VS 182 211 { … … 187 216 param_named_auto height viewport_height 188 217 param_named Stretch float 1.2 189 param_named timeBlur float 0.025 218 param_named_auto timeBlur frame_time 0.2 219 //param_named timeBlur float 1 190 220 } 191 221 texture_unit
Note: See TracChangeset
for help on using the changeset viewer.