Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/materials/ToonShader.material @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.