Ignore:
Timestamp:
01/02/07 06:23:48 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1897 r1929  
    133133    scene_blend max 
    134134    depth_test off 
     135    polygon_mode points 
    135136     
    136137        vertex_program_ref DefaultVS 
     
    157158    scene_blend max 
    158159    depth_test off 
    159      
     160    polygon_mode points 
     161         
    160162        vertex_program_ref DefaultVS 
    161163    {        
     
    204206                                resolution 1024 
    205207                                update_interval         0 
    206                                 get_minmax true 
    207                                 min_var_name min 
    208208                                distance_calc false 
    209209                                face_angle_calc false 
     
    215215                                layer 1 
    216216                                texture_unit_id 2 
    217                                 get_minmax true 
    218                                 min_var_name min1 
    219217                                update_interval         0 
    220218                                distance_calc false 
     
    230228                                layer 2 
    231229                                texture_unit_id 3 
    232                                 get_minmax true 
    233                                 min_var_name min2 
    234230                                update_interval         0 
    235231                                distance_calc false 
     
    239235                                render_self true 
    240236                                self_material NormalDistanceCW 
    241                         }                
     237                        } 
     238                        RenderTechnique ColorCubeMap 
     239                        { 
     240                                resolution 1 
     241                                layer 3                          
     242                                attach_to_texture_unit false 
     243                                get_minmax true 
     244                                max_var_name minmax 
     245                                update_interval         0 
     246                                distance_calc false 
     247                                face_angle_calc false 
     248                                update_all_face true 
     249                                render_env true 
     250                                render_self false 
     251                                env_material DistanceMinMaxCW 
     252                        } 
     253                        RenderTechnique ColorCubeMap 
     254                        { 
     255                                resolution 1 
     256                                layer 4 
     257                                attach_to_texture_unit false 
     258                                get_minmax true 
     259                                max_var_name minmax1 
     260                                update_interval         0 
     261                                distance_calc false 
     262                                face_angle_calc false 
     263                                update_all_face true 
     264                                render_env false 
     265                                render_self true 
     266                                self_material DistanceMinMaxCCW 
     267                        } 
     268                        RenderTechnique ColorCubeMap 
     269                        { 
     270                                resolution 1 
     271                                layer 5 
     272                                attach_to_texture_unit false 
     273                                get_minmax true 
     274                                max_var_name minmax2 
     275                                update_interval         0 
     276                                distance_calc false 
     277                                face_angle_calc false 
     278                                update_all_face true 
     279                                render_env false 
     280                                render_self true 
     281                                self_material DistanceMinMaxCW 
     282                        }                        
    242283                 } 
    243284                 vertex_program_ref DefaultVS 
     
    274315                { 
    275316                        filtering none 
    276                 } 
    277                  
     317                }                
    278318                //Cube map of reflective object's normals and distances CW 
    279319                texture_unit 
Note: See TracChangeset for help on using the changeset viewer.