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

Legend:

Unmodified
Added
Removed
  • 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.