mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-07-16 09:04:38 +00:00
Updated SceneObject Header
Added rotation to SceneObject Header
This commit is contained in:
parent
758d4243bd
commit
7aa8929bfc
1 changed files with 5 additions and 1 deletions
|
|
@ -12,5 +12,9 @@ namespace DX
|
||||||
|
|
||||||
Point3F position;
|
Point3F position;
|
||||||
Point3F scale;
|
Point3F scale;
|
||||||
|
float ℞
|
||||||
|
float &ry;
|
||||||
|
float &rz;
|
||||||
|
float &rw;
|
||||||
};
|
};
|
||||||
} // End NameSpace DX
|
} // End NameSpace DX
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue