Started working on boundingboxes.
This commit is contained in:
@@ -17,6 +17,7 @@ private:
|
||||
|
||||
public:
|
||||
Plane() : Shape(SHAPE_PLANE) { };
|
||||
BoundingBox getBounds();
|
||||
};
|
||||
|
||||
#endif //DORAYME_PLANE_H
|
||||
|
||||
Reference in New Issue
Block a user