source:
data/media/materials/scripts/ToonShader.material
@
5502
Last change on this file since 5502 was 5479, checked in by stefalie, 16 years ago | |
---|---|
File size: 331 bytes |
Rev | Line | |
---|---|---|
[5479] | 1 | vertex_program toonvs glsl |
2 | { | |
3 | source ToonShader_vs.vert | |
4 | } | |
5 | ||
6 | fragment_program Toonps glsl | |
7 | { | |
8 | source ToonShader_ps.frag | |
9 | } | |
10 | ||
11 | ||
12 | material ToonShader | |
13 | { | |
14 | technique asdftec | |
15 | { | |
16 | pass asdfpass | |
17 | { | |
18 | //vertex_program_ref toon_vs | |
19 | //{ | |
20 | //} | |
21 | texture_unit | |
22 | { | |
23 | texture thrust.jpg | |
24 | } | |
25 | fragment_program_ref Toonps | |
26 | { | |
27 | } | |
28 | } | |
29 | } | |
30 | } | |
31 |
Note: See TracBrowser
for help on using the repository browser.