Changeset 2241
- Timestamp:
- 03/13/07 09:30:19 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPAdvancedEnvMap/multibounce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPAdvancedEnvMap/multibounce/GTPMultipleReflection.hlsl
r2175 r2241 76 76 float llp, 77 77 float ppp, 78 out float3 p)78 inout float3 p) 79 79 { 80 80 for(int i= 0; i < SECANT_ITERATIONCOUNT; i++) -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction/GTPMultipleRefraction.material
r2175 r2241 6 6 } 7 7 8 //fragment_program GTP/MultiBounce/SingleReflection_PS hlsl 8 fragment_program GTP/MultiBounce/SingleReflection_PS hlsl 9 { 10 source GTPMultipleReflection.hlsl 11 entry_point SingleReflectionPS 12 target ps_3_0 13 flow_control prefer 14 } 15 16 //fragment_program GTP/MultiBounce/MultipleReflection_PS hlsl 9 17 //{ 10 18 // source GTPMultipleReflection.hlsl 11 // entry_point SingleReflectionPS19 // entry_point MultipleReflectionPS 12 20 // target ps_3_0 13 21 // flow_control prefer 14 22 //} 15 16 fragment_program GTP/MultiBounce/MultipleReflection_PS hlsl17 {18 source GTPMultipleReflection.hlsl19 entry_point MultipleReflectionPS20 target ps_3_021 flow_control prefer22 }23 23 24 24 … … 83 83 param_named_auto eyePos camera_position 84 84 } 85 fragment_program_ref GTP/MultiBounce/ MultipleReflection_PS85 fragment_program_ref GTP/MultiBounce/SingleReflection_PS 86 86 { 87 87 param_named refIndex float 0.77 88 param_named Fp0 float 0. 188 param_named Fp0 float 0.9 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.