And now we have cylinders!

This commit is contained in:
Godzil
2020-02-22 22:58:57 +00:00
parent b9bacd3ac9
commit d87bbb184e
9 changed files with 571 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ enum ShapeType
SHAPE_SPHERE,
SHAPE_PLANE,
SHAPE_CUBE,
SHAPE_CYLINDER,
SHAPE_CONE,
};