File: evo_complete.fx

package info (click to toggle)
trigger-data 0.5.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 7,356 kB
  • ctags: 7
  • sloc: makefile: 53
file content (23 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


texture diffuseMap {
    type = TEX_2D;
    src = "evo_complete.jpg";
}


technique TestTechnique {

    pass {
        depthtest = true;

        cullface = CW;

        texunit0 = diffuseMap;
    }


}