Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/cleanup/materials/ToonShader.material @ 7470

Last change on this file since 7470 was 7470, checked in by rgrieder, 14 years ago

Suggestion for a clearer folder structure in the data repository.
Please have a look and tell me what you think of it.

  • Property svn:eol-style set to native
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.