Changeset 2152


Ignore:
Timestamp:
02/22/07 16:35:39 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media
Files:
11 added
2 edited

Legend:

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

    r2139 r2152  
    3434                        texture_unit 
    3535                        { 
    36                                 cubic_texture stormy.jpg separateUV 
     36                                cubic_texture morning.jpg separateUV 
    3737                                tex_address_mode clamp 
    3838                        } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/hangar.material

    r2139 r2152  
    55                pass 
    66                { 
    7                         IllumTechniques 
    8                     { 
    9                          
    10                          RenderTechnique CausticReciever 
    11                          { 
    12                                 max_caster_count        1                                        
    13                          } 
    14                          RenderTechnique DepthShadowReciever 
    15                          { 
    16                                         max_light_count 3 
    17                                         vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    18                                         fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    19                                         set_light_view true 
    20                                         set_light_farplane true 
    21                          }                                       
    22                     }    
    23                         iteration once_per_light spot 
    24                         //iteration once_per_light point 
    25  
     7                 
    268                        ambient 1.0 1.0 1.0 1 
    279                        diffuse 1.0 1.0 1.0 1 
Note: See TracChangeset for help on using the changeset viewer.