No ship shadow
This commit is contained in:
@@ -11,10 +11,11 @@ namespace Components
|
||||
|
||||
struct Model : Component
|
||||
{
|
||||
Model() : Visible(true) { }
|
||||
Model() : Visible(true), ShadowCaster(true) { }
|
||||
std::string ModelFile;
|
||||
Color Color;
|
||||
bool Visible;
|
||||
bool ShadowCaster;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user