9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Tests and new stuff

This commit is contained in:
Daniel Mills
2020-07-17 04:16:29 -04:00
parent 901b0677a0
commit 1e1ce9901c
53 changed files with 1938 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
void main(void)
{
gl_TexCoord[0] = gl_MultiTexCoord0;
gl_FrontColor = gl_Color;
gl_Position = ftransform();
}