Added footprints and src_rect to Plane class

This commit is contained in:
Mathew Velasquez 2016-04-11 21:33:54 -04:00
parent 82493cd0a0
commit 676be69725

View file

@ -1,7 +0,0 @@
uniform sampler2D qt_Texture0;
varying vec4 qt_TexCoord0;
void main(void)
{
gl_FragColor = texture2D(qt_Texture0, qt_TexCoord0.st);
}