Ignore:
Timestamp:
06/08/07 00:05:53 (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/FPSarm.material

    r2417 r2422  
    192192                        { 
    193193                                update_interval         1 
    194                                 update_all_face false 
     194                                update_all_face true 
    195195                                distance_calc false                                      
    196196                                face_angle_calc false 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaHallBase.hlsl

    r2417 r2422  
    129129        //do Path Map to gather indirect illumination 
    130130         
    131         //float4 indirect = PathMapIndirect(PathMap, WeightIndexMap, WeightMap, IN.texCoord2.zw) * 1.2; 
    132         //indirect *= diffuseColor; 
    133         //Color = Color + indirect; 
     131        float4 indirect = PathMapIndirect(PathMap, WeightIndexMap, WeightMap, IN.texCoord2.zw) * 1.2; 
     132        indirect *= diffuseColor; 
     133        //Color = Color + indirect * 1.5; 
    134134         
    135         Color += lightPower1 * diffuseColor * 0.0005; 
     135        //Color += lightPower1 * diffuseColor * 0.0005; 
    136136         
    137137        //gather caustics for all casters 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/SkinningVS.cg

    r2417 r2422  
    4747        out float4 oPosition : POSITION, 
    4848        out float3 cPos:TEXCOORD0,       
    49         uniform float3x4   worldMatrix3x4Array[67], 
     49        uniform float3x4   worldMatrix3x4Array[69], 
    5050        uniform float4x4 viewMatrix, 
    5151        uniform float4x4 viewProjectionMatrix) 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material

    r2417 r2422  
    2323                                //RenderTechnique PathMap 
    2424                                //{ 
    25                                 //      pass_blending one zero 
     25                                ////    pass_blending one zero 
    2626                           //   new_passes false 
    2727                                //      start_tex_id 3 
Note: See TracChangeset for help on using the changeset viewer.