mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Merge pull request #543 from HifiExperiments/alpha
Fix shape alpha 0 issue
This commit is contained in:
commit
ce6573333c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ private:
|
|||
PulsePropertyGroup _pulseProperties;
|
||||
std::shared_ptr<graphics::ProceduralMaterial> _material { std::make_shared<graphics::ProceduralMaterial>() };
|
||||
glm::vec3 _color { NAN };
|
||||
float _alpha;
|
||||
float _alpha { NAN };
|
||||
|
||||
glm::vec3 _position;
|
||||
glm::vec3 _dimensions;
|
||||
|
|
Loading…
Reference in a new issue