Ignore:
Timestamp:
07/07/06 17:07:06 (18 years ago)
Author:
gumbau
Message:

Improved LODStrips and LODTree demos

Location:
GTP/trunk/App/Demos/Geom/OgreStuff/media/materials
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Geom/OgreStuff/media/materials/scripts/Example.material

    r1092 r1104  
    735735} 
    736736 
     737material Examples/Populifolia/leaf 
     738{ 
     739    technique 
     740    { 
     741        pass 
     742        { 
     743                alpha_rejection greater 150  
     744                scene_blend alpha_blend 
     745              cull_hardware none 
     746            cull_software none 
     747            texture_unit 
     748            { 
     749                texture Pinus-leaf.tif  
     750            } 
     751        } 
     752    } 
     753} 
     754 
     755material Examples/Populifolia/trunk 
     756{ 
     757        technique 
     758        { 
     759                pass 
     760                { 
     761                        cull_hardware anticlockwise 
     762                        texture_unit 
     763                        { 
     764                                texture populifolia-trunk.png  
     765                        } 
     766                } 
     767        } 
     768} 
     769 
    737770material Examples/Rockwall 
    738771{ 
Note: See TracChangeset for help on using the changeset viewer.