Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/programs/ToonShader_vs.vert

Last change on this file was 7708, checked in by dafrick, 13 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: 45 bytes
Line 
1void main()
2{
3        gl_Position = ftransform();
4}
Note: See TracBrowser for help on using the repository browser.