Ignore:
Timestamp:
06/12/07 12:04:31 (17 years ago)
Author:
szirmay
Message:
 
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  
    8181                        param_named focalDist  float 2.0  
    8282                        param_named focalRange float 0.02 
    83                         param_named maxCoC     float 10 
     83                        param_named maxCoC     float 15 
    8484                 
    8585        } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaHallBase.hlsl

    r2432 r2442  
    108108        lightCPos = mul(LightView1, float4(IN.wPos, 1)).xyz; 
    109109        shadow = shadowPoint(ShadowMap1Point, lightCPos, lightFarPlane1); 
    110         shadow = 1; 
     110        //shadow = 1; 
    111111        Color += col * shadow;   
    112112         
     
    132132        float4 indirect = PathMapIndirect(PathMap, WeightIndexMap, WeightMap, IN.texCoord2.zw) * 1.2; 
    133133        indirect *= diffuseColor; 
    134         //Color = Color + indirect * 1.5; 
     134        //Color = Color + indirect*2.0; 
    135135         
    136136        //Color += lightPower1 * diffuseColor * 0.0005; 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/illum.hlsl

    r2417 r2442  
    11#define SPOT_ANGLE 2.093 
    22#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) 
    44#define SHADOW_BIAS_POINT 0.0001 
    55#define SHADOW_EPSILON_POINT 0.0001 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material

    r2432 r2442  
    2323                                //RenderTechnique PathMap 
    2424                                //{ 
    25                                 //      //pass_blending one one 
    26                             //  new_passes false 
     25                                        //pass_blending one one 
     26                                //      new_passes false 
    2727                                //      start_tex_id 3 
    2828                                //}      
Note: See TracChangeset for help on using the changeset viewer.