mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-19 18:14:44 +00:00
Updated SceneObject Header
Added rotation to SceneObject Header
This commit is contained in:
parent
758d4243bd
commit
7aa8929bfc
|
|
@ -12,5 +12,9 @@ namespace DX
|
|||
|
||||
Point3F position;
|
||||
Point3F scale;
|
||||
float ℞
|
||||
float &ry;
|
||||
float &rz;
|
||||
float &rw;
|
||||
};
|
||||
} // End NameSpace DX
|
||||
} // End NameSpace DX
|
||||
|
|
|
|||
Loading…
Reference in a new issue