Set material to NULL in Shape
This commit is contained in:
parent
573f53b67c
commit
0a14661da8
2 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue