Mass: update CustomStyle default values to match game.
This commit is contained in:
parent
d03e75a8e9
commit
a22aa6f7ae
1 changed files with 4 additions and 4 deletions
|
@ -46,15 +46,15 @@ struct Joints {
|
||||||
struct CustomStyle {
|
struct CustomStyle {
|
||||||
std::string name;
|
std::string name;
|
||||||
Color4 colour{0.0f};
|
Color4 colour{0.0f};
|
||||||
Float metallic = 0.0f;
|
Float metallic = 0.5f;
|
||||||
Float gloss = 0.0f;
|
Float gloss = 0.5f;
|
||||||
bool glow = false;
|
bool glow = false;
|
||||||
|
|
||||||
Int patternId = 0;
|
Int patternId = 0;
|
||||||
Float opacity = 0.5f;
|
Float opacity = 0.5f;
|
||||||
Vector2 offset{0.0f};
|
Vector2 offset{0.5f};
|
||||||
Float rotation = 0.0f;
|
Float rotation = 0.0f;
|
||||||
Float scale = 1.0f;
|
Float scale = 0.5f;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Decal {
|
struct Decal {
|
||||||
|
|
Loading…
Reference in a new issue