Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/programs/ToonShader_ps.frag @ 5701

Last change on this file since 5701 was 5701, checked in by rgrieder, 15 years ago

Added eol-style native to all text based files in the external data directory.

  • Property svn:eol-style set to native
File size: 58 bytes
Line 
1void main()
2{
3        gl_FragColor = vec4(0.4, 0.4, 0.8, 1.0);
4}
Note: See TracBrowser for help on using the repository browser.