Changeset 2442 for GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
- Timestamp:
- 06/12/07 12:04:31 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/GTPMoriaPostProc.material
r2414 r2442 81 81 param_named focalDist float 2.0 82 82 param_named focalRange float 0.02 83 param_named maxCoC float 1 083 param_named maxCoC float 15 84 84 85 85 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaHallBase.hlsl
r2432 r2442 108 108 lightCPos = mul(LightView1, float4(IN.wPos, 1)).xyz; 109 109 shadow = shadowPoint(ShadowMap1Point, lightCPos, lightFarPlane1); 110 shadow = 1;110 //shadow = 1; 111 111 Color += col * shadow; 112 112 … … 132 132 float4 indirect = PathMapIndirect(PathMap, WeightIndexMap, WeightMap, IN.texCoord2.zw) * 1.2; 133 133 indirect *= diffuseColor; 134 //Color = Color + indirect * 1.5;134 //Color = Color + indirect*2.0; 135 135 136 136 //Color += lightPower1 * diffuseColor * 0.0005; -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/illum.hlsl
r2417 r2442 1 1 #define SPOT_ANGLE 2.093 2 2 #define SPOT_FALLOFF 1 3 #define SHADOW_COLOR float4(0. 3,0.3,0.3,1.0)3 #define SHADOW_COLOR float4(0.0,0.0,0.0,1.0) 4 4 #define SHADOW_BIAS_POINT 0.0001 5 5 #define SHADOW_EPSILON_POINT 0.0001 -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material
r2432 r2442 23 23 //RenderTechnique PathMap 24 24 //{ 25 ////pass_blending one one26 // new_passes false25 //pass_blending one one 26 // new_passes false 27 27 // start_tex_id 3 28 28 //}
Note: See TracChangeset
for help on using the changeset viewer.