Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Grid.material @ 8610

Last change on this file since 8610 was 8610, checked in by kmaurus, 13 years ago
File size: 198 bytes
Line 
1material Grid
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write off
9                        scene_blend alpha_blend
10                        cull_hardware none
11                       
12                        texture_unit
13                        {
14                                texture grid.png
15                        }
16               
17                }
18               
19        }
20}
Note: See TracBrowser for help on using the repository browser.