mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-14 15:19:47 +00:00
7 lines
162 B
GLSL
7 lines
162 B
GLSL
void main()
|
|
{
|
|
//gl_Position = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;
|
|
|
|
gl_TexCoord[0] = gl_MultiTexCoord0;
|
|
gl_Position = gl_Vertex;
|
|
} |