Children transforms relative to parents using TransformSystem::AbsolutePosition and TransformSystem::AbsoluteOrientation

This commit is contained in:
2014-03-13 23:44:32 +01:00
parent ebd54f0833
commit cbb8eac917
15 changed files with 199 additions and 66 deletions
+3 -1
View File
@@ -11,8 +11,10 @@ namespace Components
struct Model : Component
{
const char* ModelFile;
Model() : Visible(true) { }
std::string ModelFile;
Color Color;
bool Visible;
};
}