Ignore:
Timestamp:
12/13/06 16:36:29 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1882 r1885  
    131131  {  
    132132    cull_hardware clockwise 
    133     scene_blend min 
    134     scene_blend_alpha max 
     133    scene_blend max 
     134    depth_test off 
    135135     
    136136        vertex_program_ref DefaultVS 
     
    155155  {  
    156156    cull_hardware anticlockwise 
    157     scene_blend min 
    158     scene_blend_alpha max 
     157    scene_blend max 
     158    depth_test off 
    159159     
    160160        vertex_program_ref DefaultVS 
     
    213213                                layer 1 
    214214                                texture_unit_id 2 
     215                                get_minmax true 
     216                                min_var_name min1 
    215217                                update_interval         0 
    216218                                distance_calc false 
     
    226228                                layer 2 
    227229                                texture_unit_id 3 
     230                                get_minmax true 
     231                                min_var_name min2 
    228232                                update_interval         0 
    229233                                distance_calc false 
     
    233237                                render_self true 
    234238                                self_material NormalDistanceCW 
    235                         } 
    236                         RenderTechnique ColorCubeMap 
    237                         { 
    238                                 resolution 1 
    239                                 layer 3 
    240                                 texture_unit_id 4 
    241                                 update_interval         0 
    242                                 distance_calc false 
    243                                 face_angle_calc false 
    244                                 update_all_face true 
    245                                 render_env false 
    246                                 render_self true 
    247                                 self_material DistanceMinMaxCCW 
    248                         } 
    249                         RenderTechnique ColorCubeMap 
    250                         { 
    251                                 resolution 1 
    252                                 layer 4 
    253                                 texture_unit_id 5 
    254                                 update_interval         0 
    255                                 distance_calc false 
    256                                 face_angle_calc false 
    257                                 update_all_face true 
    258                                 render_env false 
    259                                 render_self true 
    260                                 self_material DistanceMinMaxCW 
    261                         } 
    262                  
     239                        }                
    263240                 } 
    264241                 vertex_program_ref DefaultVS 
Note: See TracChangeset for help on using the changeset viewer.