fix some shapes generation and draw a grid of shapes for an overview
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user