Last change
on this file since 12077 was
7708,
checked in by dafrick, 14 years ago
|
Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.
|
-
Property svn:eol-style set to
native
|
File size:
331 bytes
|
Line | |
---|
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.