Changeset 8357 for data/branches/environment/materials
- Timestamp:
- Apr 28, 2011, 5:41:04 PM (14 years ago)
- Location:
- data/branches/environment/materials
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/environment/materials/Godrays.material
r8346 r8357 1 1 /** 2 * 2 * 3 3 * \author Markus Wegmann 4 4 * … … 31 31 32 32 33 fragment_program Godray BlurFragmentProgram cg33 fragment_program GodraysBlurFragmentProgram cg 34 34 { 35 35 source Godrays_blur.cg 36 entry_point godray _blur37 profiles ps_3_0 fp4036 entry_point godrays_blur 37 profiles fp40 ps_3_0 38 38 } 39 39 40 40 41 material Godrays/Blur/RadialBlur 41 42 material Godrays/Blur 42 43 { 43 44 technique … … 46 47 pass 47 48 { 48 fragment_program_ref Godray BlurFragmentProgram49 fragment_program_ref GodraysBlurFragmentProgram 49 50 { 50 51 param_indexed 0 float2 0.0 0.0 … … 52 53 param_indexed 2 float 0.1 53 54 param_indexed 3 float 0.7 54 // The raw decal has to be loaded manually by api.55 55 } 56 56 } 57 57 } 58 58 } 59 60 fragment_program GodraysCombineFragmentProgram cg 61 { 62 source Godrays_blur.cg 63 entry_point godrays_combine 64 profiles fp40 ps_3_0 65 } 66 67 material Godrays/Combine 68 { 69 technique 70 { 71 pass 72 { 73 fragment_program_ref GodraysCombineFragmentProgram { } 74 } 75 } 76 }
Note: See TracChangeset
for help on using the changeset viewer.