Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit a22aa6f7ae - Show all commits

View File

@ -46,15 +46,15 @@ struct Joints {
struct CustomStyle {
std::string name;
Color4 colour{0.0f};
Float metallic = 0.0f;
Float gloss = 0.0f;
Float metallic = 0.5f;
Float gloss = 0.5f;
bool glow = false;
Int patternId = 0;
Float opacity = 0.5f;
Vector2 offset{0.0f};
Vector2 offset{0.5f};
Float rotation = 0.0f;
Float scale = 1.0f;
Float scale = 0.5f;
};
struct Decal {