Changeset 1282 for GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
- Timestamp:
- 08/24/06 22:29:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/Glow.material
r1094 r1282 43 43 pass 44 44 { 45 46 { 47 } 48 49 { 50 51 param_named_auto height viewport_height 52 53 } 54 texture_unit 55 { 56 //filtering none 57 texture rockwall.tga58 }59 texture_unit60 {61 //filtering none62 texture rockwall.tga63 45 vertex_program_ref GameTools/PostProc1_VS 46 { 47 } 48 fragment_program_ref GameTools/GlowCut_PS 49 { 50 param_named_auto width viewport_width 51 param_named_auto height viewport_height 52 param_named cutValue float 0.0001 53 param_named timeBlur float 0.008 54 55 } 56 texture_unit 57 { 58 //filtering none 59 } 60 texture_unit 61 { 62 //filtering none 63 } 64 64 } 65 65 } … … 106 106 param_named_auto width viewport_width 107 107 param_named_auto height viewport_height 108 param_named Stretch float 3.2108 param_named Stretch float 1.2 109 109 } 110 110 texture_unit … … 131 131 param_named_auto width viewport_width 132 132 param_named_auto height viewport_height 133 param_named Stretch float 3.2133 param_named Stretch float 1.2 134 134 } 135 135 texture_unit
Note: See TracChangeset
for help on using the changeset viewer.