Changeset 8387 for data/branches/environment/materials/Godrays.material
- Timestamp:
- May 2, 2011, 7:58:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/environment/materials/Godrays.material
r8359 r8387 13 13 { 14 14 ambient 1.0 1.0 1.0 1.0 15 light ning off15 lighting off 16 16 } 17 17 } … … 25 25 { 26 26 ambient 0.0 0.0 0.0 1.0 27 light ning off27 lighting off 28 28 } 29 29 } … … 44 44 technique 45 45 { 46 texture_unit raw_decal47 {48 tex_address_mode border49 tex_border_colour 0.0 0.0 0.0 1.0 // Set manually to sky color by api.50 51 content_type compositor Godrays rt_raw52 }53 46 54 47 pass 55 48 { 49 texture_unit //raw_decal 50 { 51 tex_address_mode border 52 tex_border_colour 0.0 0.0 0.0 1.0 // Set manually to sky color by api. 53 54 content_type compositor Godrays rt_raw 55 } 56 56 57 fragment_program_ref GodraysBlurFragmentProgram 57 { 58 { 58 59 param_indexed 0 float2 0.0 0.0 59 60 param_indexed 1 float 1.0 … … 76 77 technique 77 78 { 78 texture_unit scene_decal79 pass 79 80 { 80 content_type compositor Godrays rt_scene 81 } 82 texture_unit blur_decal 83 { 84 content_type compositor Godrays rt_blur 85 } 81 texture_unit //scene_decal 82 { 83 content_type compositor Godrays rt_scene 84 } 85 texture_unit //blur_decal 86 { 87 content_type compositor Godrays rt_blur 88 } 86 89 87 pass88 {89 90 fragment_program_ref GodraysCombineFragmentProgram { } 90 91 }
Note: See TracChangeset
for help on using the changeset viewer.