Ignore:
Timestamp:
03/20/07 19:10:47 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2179 r2271  
    143143        } 
    144144} 
     145 
     146material lambert1 : Difflab/TexturedPhong 
     147{ 
     148        technique 0 
     149        { 
     150                pass 0 
     151                { 
     152                        IllumTechniques 
     153                { 
     154                         
     155                        //RenderTechnique CausticReciever 
     156                        //{ 
     157                        //      max_caster_count        1                                        
     158                        //} 
     159                        RenderTechnique DepthShadowReciever 
     160                        { 
     161                                        max_light_count 3 
     162                                        vertex_program_name GTP/Basic/LightCPos_VS 
     163                                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     164                                        set_light_view true 
     165                                        set_light_farplane true 
     166                                        light_viewproj_param_name LightViewProj 
     167                                        light_view_param_name LightView 
     168                                        light_farplane_param_name lightFarPlane 
     169                                        world_view_proj_param_name WorldViewProj 
     170                                        world_param_name World 
     171                        }                                        
     172                }        
     173                        fragment_program_ref 
     174                        { 
     175                                param_named shininess float 0 
     176                                param_named ambient float4 1.0 1.0 1.0 1 
     177                                param_named diffuse float4 1.0 1.0 1.0 1                                 
     178                                param_named specular float4 0 0 0 0 
     179                        }        
     180                         
     181                        texture_unit 0 
     182                        { 
     183                                texture grey.tga                                 
     184                        } 
     185                } 
     186        } 
     187} 
     188 
    145189material whitebackground : Difflab/TexturedPhong 
    146190{ 
Note: See TracChangeset for help on using the changeset viewer.