Get rid of object's origin
This commit is contained in:
parent
ab9ac5e963
commit
584d0326a9
2 changed files with 1 additions and 19 deletions
|
@ -51,8 +51,6 @@ struct Object
|
|||
virtual void Write(std::ostream& ost) const;
|
||||
|
||||
private:
|
||||
/** The location of this object. */
|
||||
Vector3 mOrigin;
|
||||
|
||||
/** This object's material, surface properties, etc. */
|
||||
Material mMaterial;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue