added rounded rectangle, first iteration works but still needs improved corners

This commit is contained in:
Omar Mohamed Ali Mudhir
2017-01-16 03:58:21 +00:00
parent baaaf213cc
commit 8c217af051
4 changed files with 131 additions and 45 deletions

View File

@@ -12,6 +12,7 @@ class App
Plane plane;
Plane longPlane;
Circle circle, circle1, circle2;
Rounded rounded;
Texture2D tex;
public:
static App I;