aboutsummaryrefslogtreecommitdiff
path: root/Unicity.Renderer/Shapes/Shape.cs
diff options
context:
space:
mode:
authorAdrian Ulbrich <adrian.ulbrich.2003@gmail.com>2019-11-09 01:45:40 +0100
committerAdrian Ulbrich <adrian.ulbrich.2003@gmail.com>2019-11-09 01:45:40 +0100
commit6fd78657f010bcc48c746a7b1e6ae9a0589adf5b (patch)
tree479512c0858e3ddfbcd891a193dfc96530771087 /Unicity.Renderer/Shapes/Shape.cs
parent3b214e75effaca1ba67daaf29d0a94e5b0129386 (diff)
downloadUnicity-6fd78657f010bcc48c746a7b1e6ae9a0589adf5b.tar.gz
Unicity-6fd78657f010bcc48c746a7b1e6ae9a0589adf5b.tar.bz2
Unicity-6fd78657f010bcc48c746a7b1e6ae9a0589adf5b.zip
Can render triangles now
Diffstat (limited to 'Unicity.Renderer/Shapes/Shape.cs')
-rw-r--r--Unicity.Renderer/Shapes/Shape.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Unicity.Renderer/Shapes/Shape.cs b/Unicity.Renderer/Shapes/Shape.cs
new file mode 100644
index 0000000..25d5148
--- /dev/null
+++ b/Unicity.Renderer/Shapes/Shape.cs
@@ -0,0 +1,7 @@
+namespace Unicity.Renderer.Shapes
+{
+ public abstract class Shape
+ {
+
+ }
+}