Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/materials/scripts/ToonShader.material @ 5479

Last change on this file since 5479 was 5479, checked in by stefalie, 15 years ago

added some toon shader crap

File size: 331 bytes
Line 
1vertex_program toonvs glsl
2{
3        source ToonShader_vs.vert
4}
5
6fragment_program Toonps glsl
7{
8        source ToonShader_ps.frag
9}
10
11
12material 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.