source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/media/general/diffuseColorPointClusters.material @ 968

Revision 968, 366 bytes checked in by igarcia, 18 years ago (diff)
Line 
1material diffuseColorPointClustersMaterial
2{
3        technique
4        {
5                pass
6                {
7                        fragment_program_ref diffuseColorPointClusters_FP20
8                        {
9                        }
10                       
11                        polygon_mode points
12                        point_size 1.0
13                        cull_software none
14                        cull_hardware none
15                        lighting off
16
17                        texture_unit
18                        {
19                                texture customNormalMap128x128.png
20                                filtering none none none
21                        }
22                }
23        }
24}
Note: See TracBrowser for help on using the repository browser.