source:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/atlascube.material
@
807
Revision 807, 449 bytes checked in by szirmay, 19 years ago (diff) |
---|
Line | |
---|---|
1 | material atlascuberock |
2 | { |
3 | technique |
4 | { |
5 | pass |
6 | { |
7 | shading gouraud |
8 | lighting off |
9 | |
10 | ambient 1.00000 1.00000 1.00000 1.00000 |
11 | diffuse 1.00000 1.00000 1.00000 1.0000 |
12 | specular 1.0000 1.0000 1.0000 1.00000 0.80000 |
13 | emissive 0.00000 0.00000 0.00000 1.00000 |
14 | |
15 | texture_unit |
16 | { |
17 | filtering point point point |
18 | //texture rock.bmp |
19 | texture cubbe.jpg |
20 | tex_coord_set 1 |
21 | colour_op modulate |
22 | } |
23 | |
24 | } |
25 | } |
26 | } |
27 |
Note: See TracBrowser
for help on using the repository browser.