File: vertex.gl

package info (click to toggle)
frogatto-data 1.0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 155,116 kB
  • sloc: makefile: 1
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
void main()
{	
	gl_TexCoord[0] = gl_TextureMatrix[0] * gl_MultiTexCoord0;		
	gl_Position = ftransform();
	gl_FrontColor = gl_Color;
}