Ignore:
Timestamp:
02/05/07 17:43:39 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
Files:
2 edited

Legend:

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

    r2054 r2095  
    55                pass 
    66                { 
    7                         //lighting off 
     7                        lighting off 
    88                        IllumTechniques 
    99                        { 
     
    1313                                        max_caster_count        10                                       
    1414                                }                                
    15                                 RenderTechnique DepthShadowReciever 
    16                                 { 
    17                                    max_light_count 1 
    18                                    vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    19                                    fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    20                                    set_light_view true 
    21                                    set_light_farplane true 
    22                                 } 
     15                                //RenderTechnique DepthShadowReciever 
     16                                //{ 
     17                                //   max_light_count 1 
     18                                //   vertex_program_name GameTools/ShadowMap/ShadowDistVS 
     19                                //   fragment_program_name GameTools/ShadowMap/ShadowDistPS 
     20                                //   set_light_view true 
     21                                //   set_light_farplane true 
     22                                //} 
    2323                        } 
    2424 
    2525                        texture_unit 
    2626                        { 
    27                                 texture roomc.PNG 
    28                                 tex_coord_set 0 
    29                                 colour_op modulate 
     27                                texture roomcdark.PNG 
     28                                //texture object_SE_0_PHOTONMAP 
     29                                //tex_coord_set 0 
     30                                //colour_op modulate 
    3031                        } 
    3132                } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/difflab.material

    r2054 r2095  
    191191                                        set_light_view true 
    192192                                        set_light_farplane true 
    193                                 } 
    194                                 RenderTechnique CausticReciever 
    195                                 { 
    196                                         max_caster_count        3 
    197                                 }        
     193                                }                                
    198194                        } 
    199195                         
Note: See TracChangeset for help on using the changeset viewer.