fix some shapes generation and draw a grid of shapes for an overview

This commit is contained in:
Omar Mohamed Ali Mudhir
2017-01-16 00:22:44 +00:00
parent de17029e0d
commit baaaf213cc
4 changed files with 89 additions and 45 deletions

View File

@@ -8,9 +8,10 @@ class App
{
Shader shader;
Shader shader_color;
Shader shader_uv;
Plane plane;
Plane longPlane;
Circle circle;
Circle circle, circle1, circle2;
Texture2D tex;
public:
static App I;