Ignore:
Timestamp:
10/11/06 16:08:34 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/GameTools_Phong.hlsl

    r1598 r1611  
    6060    float3 pos = IN.wPos; 
    6161     
    62     float M = 4; 
     62    float M = 1; 
    6363    
    6464    float3 lightpositions[8]; 
     
    9292        L = normalize(L); 
    9393        float3 H = normalize(L + V); 
    94         float lightscale = 3; 
     94        float lightscale = 1.0; 
    9595        float4 spec = specular * lightcolors[i] * pow(dot(H, N), shininess) * lightscale; 
    9696        float4 diff = diffuse * lightcolors[i] * abs(dot(L, N)) * lightscale; 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/Glow.material

    r1590 r1611  
    5151                param_named_auto height viewport_height 
    5252                //param_named cutValue float 10.0 
    53                 param_named cutValue float 10.0 
    54                 param_named timeBlur float 0.4 
     53                param_named cutValue float 10.5 
     54                param_named timeBlur float 0.5 
    5555                 
    5656         } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/Ogre.material

    r777 r1611  
    4848                        { 
    4949                                texture dirt01.jpg 
    50                                 colour_op_ex add src_texture src_current 
    51                                 colour_op_multipass_fallback one one 
     50                                //colour_op_ex add src_texture src_current 
     51                                //colour_op_multipass_fallback one one 
    5252                        } 
    5353                } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/diffscene.material

    r1590 r1611  
    192192                                texture talaj.jpg 
    193193                                tex_coord_set 0 
    194                                 colour_op modulate 
     194                                colour_op replace 
    195195                                 
    196196 
     
    207207                        cull_hardware none 
    208208 
    209                         ambient 1 0.408055 0.07 0.79488 
    210                         diffuse 1 0.408055 0.07 0.79488 
     209                        ambient 1 0.408055 0.07 0.9 
     210                        diffuse 1 0.408055 0.07 0.9 
    211211                        specular 0 0 0 0 
    212212                        emissive 0.3 0.15 0.03 
Note: See TracChangeset for help on using the changeset viewer.