Children transforms relative to parents using TransformSystem::AbsolutePosition and TransformSystem::AbsoluteOrientation
This commit is contained in:
@@ -11,8 +11,10 @@ namespace Components
|
||||
|
||||
struct Model : Component
|
||||
{
|
||||
const char* ModelFile;
|
||||
Model() : Visible(true) { }
|
||||
std::string ModelFile;
|
||||
Color Color;
|
||||
bool Visible;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user