Ignore:
Timestamp:
01/23/08 00:08:53 (16 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material

    r2458 r2628  
    6262                          param_named_auto lightColor1 light_diffuse_colour 0 
    6363                          param_named_auto lightColor2 light_diffuse_colour 1 
    64                           param_named specularity float 20 
    65                           param_named specularColor float4 0.2 0.2 0.2 0.2                         
     64                          param_named specularity float 1 
     65                          param_named specularColor float4 0.2 0.2 0.2 0.2                                                  
    6666                        } 
    6767                        texture_unit tile_texture 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPAdvancedEnvMap/multibounce/multipleCausticRefraction/GTPMultipleCausticRefraction.material

    r2134 r2628  
    5858     param_named_auto Proj           projection_matrix 
    5959     param_named PhotonMapResolution float 64 
    60      param_named WorldSize float 0.002 
     60     param_named WorldSize float 0.02 
    6161   } 
    6262   fragment_program_ref GTP/Caustic/CauCube_Triangles_PS 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/difflab.material

    r2442 r2628  
    2828        { 
    2929                         
    30                         // RenderTechnique CausticReceiver 
    31                         // { 
    32                         //      max_caster_count        1                                        
    33                         // } 
     30                        RenderTechnique CausticReceiver 
     31                        { 
     32                                max_caster_count        1                                        
     33                        } 
    3434                         RenderTechnique DepthShadowReceiver 
    3535                         { 
Note: See TracChangeset for help on using the changeset viewer.