Set material to NULL in Shape

This commit is contained in:
Eryn Wells 2014-07-19 15:41:17 -07:00
parent 573f53b67c
commit 0a14661da8
2 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@ public:
Object(Vector3 o);
Vector3 get_origin() const;
void set_origin(Vector3 v);
void set_origin(const Vector3& v);
friend std::ostream &operator<<(std::ostream &os, const Object &o);