Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8709


Ignore:
Timestamp:
Jun 18, 2011, 1:10:00 PM (13 years ago)
Author:
FelixSchulthess
Message:

adding tileable version of grid

Location:
data/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/Grid.material

    r8610 r8709  
    1414                                texture grid.png
    1515                        }
    16                
    1716                }
    18                
    1917        }
    2018}
     19
     20material Grid02
     21{
     22        technique
     23        {
     24                pass
     25                {
     26                        lighting off
     27                        depth_write off
     28                        scene_blend alpha_blend
     29                        cull_hardware none
     30                       
     31                        texture_unit
     32                        {
     33                                texture grid02.png
     34                                scale 0.2 0.2
     35                        }
     36                }
     37        }
     38}
     39
Note: See TracChangeset for help on using the changeset viewer.