Changeset 2489


Ignore:
Timestamp:
07/02/07 20:23:43 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/Station/GTPStationPostProc.material

    r2474 r2489  
    77        fragment_program_ref 
    88        {  
    9           param_named cutValue float 6.0 
    10           param_named timeBlur float 0.24                
     9          param_named cutValue float 5.0 
     10          param_named timeBlur float 0.3                 
    1111        }                
    1212      } 
     
    2323         {  
    2424                param_named weight1 float 1.0 
    25                 param_named weight2 float 0.35 
     25                param_named weight2 float 0.2 
    2626                 }      
    2727      } 
     
    3737         fragment_program_ref 
    3838         {  
    39            param_named Stretch float 1.7            
     39           param_named Stretch float 1.6            
    4040         }                               
    4141      } 
     
    5151         fragment_program_ref 
    5252         {  
    53            param_named Stretch float 1.7                
     53           param_named Stretch float 1.6                
    5454         }                        
    5555      } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/Station/scientist.material

    r2474 r2489  
    5252                pass indirect_color 
    5353                { 
    54                         lighing off 
     54                        lighting off 
    5555                        depth_bias 1 
    5656                        depth_write on 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/Station/station.material

    r2474 r2489  
    249249   fragment_program_ref GTP/Caustic/CauCube_PointSprite_PS 
    250250   { 
    251      param_named CausticColor float4          1 1 1 0.06 
     251     param_named CausticColor float4          1 1 1 0.15 
    252252   } 
    253253   texture_unit 
     
    434434                        diffuse 1 0.2 0.2 1 
    435435                        specular 0 0 0 1 
    436                         emissive 0.1 0.01 0.01 1 
     436                        emissive 1 0.1 0.1 1 
    437437                } 
    438438        } 
     
    448448                        diffuse 0.2 0.2 1 1 
    449449                        specular 0 0 0 1 
    450                         emissive 0.01 0.01 0.1 1 
    451                 } 
     450                        emissive 0.1 0.1 1 1 
     451                } 
     452        } 
     453} 
     454 
     455material station_equipt 
     456{ 
     457        technique 
     458        { 
     459                pass 
     460                { 
     461                        ambient 0 0 0 1 
     462                        diffuse 0.07444 0.07444 0.07444 1 
     463                        specular 0.80166 0.80166 0.80166 62.744 
     464                        emissive 0 0 0 
     465                } 
     466        } 
     467} 
     468 
     469material Station_lamp 
     470{ 
     471        technique 
     472        { 
     473                pass 
     474                { 
     475                        vertex_program_ref GTP/Basic/PlainTex_VS 
     476                   {   
     477                     param_named_auto WorldViewProj worldviewproj_matrix      
     478                   }  
     479                   fragment_program_ref GTP/Basic/PlainTex2DColored_PS 
     480                   {     
     481                           param_named color float4 20 20 20 20 
     482                   }  
     483                        texture_unit 
     484                { 
     485                 texture lamp.bmp 
     486                } 
     487                } 
     488        } 
     489} 
     490 
     491material tation_room_lamp 
     492{ 
     493        technique 
     494        { 
     495                pass 
     496                { 
     497                        vertex_program_ref GTP/Basic/PlainTex_VS 
     498                   {   
     499                     param_named_auto WorldViewProj worldviewproj_matrix      
     500                   }  
     501                   fragment_program_ref GTP/Basic/PlainTex2DColored_PS 
     502                   {     
     503                           param_named color float4 10 10 10 10 
     504                   }    
     505                   texture_unit 
     506                   { 
     507                           texture lamp.bmp 
     508                   } 
     509 
     510                }                
    452511        } 
    453512} 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic.material

    r2311 r2489  
    2828     param_named_auto WorldViewProj worldviewproj_matrix      
    2929   }  
    30    vertex_program_ref GTP/Basic/PlainTex2D_PS 
     30   fragment_program_ref GTP/Basic/PlainTex2D_PS 
    3131   {     
    3232   }    
Note: See TracChangeset for help on using the changeset viewer.