Ignore:
Timestamp:
10/18/06 15:21:29 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/Diffuse.material

    r1590 r1638  
    125125                        { 
    126126                                update_interval         1 
    127                                 distance_calc false                                              
     127                                update_all_face         true 
     128                                distance_calc           false 
     129                                face_angle_calc         false 
     130                                resolution                      128                                              
    128131                        } 
    129132                        RenderTechnique ReducedColorCubeMap 
     
    141144                vertex_program_ref Diffuse2VS 
    142145                {        
    143                  param_named_auto worldViewProj worldviewproj_matrix  
    144                 param_named_auto world world_matrix   
     146                        param_named_auto worldViewProj worldviewproj_matrix  
     147                param_named_auto worldI inverse_world_matrix   
     148                param_named_auto world world_matrix 
    145149         
    146150                }  
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GlassHead.material

    r1519 r1638  
    131131                        RenderTechnique ColorCubeMap 
    132132                        { 
    133                                 update_interval         5 
     133                                update_interval         1 
     134                                update_all_face true 
    134135                                distance_calc true 3.5                                   
    135136                        } 
    136137                        RenderTechnique DistanceCubeMap 
    137138                        { 
    138                                 update_interval         5 
     139                                update_interval         1 
     140                                update_all_face true 
    139141                                distance_calc true 3.5                                           
    140142                        } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/difflab.material

    r1629 r1638  
    155155                pass 
    156156                { 
    157                         IllumTechniques 
    158                         { 
    159                                 RenderTechnique DepthShadowReciever 
    160                                 { 
    161                                         max_light_count 3 
    162                                 } 
    163                         } 
     157                         
    164158                lighting off 
    165159                        ambient 0 0 0 1 
Note: See TracChangeset for help on using the changeset viewer.