Merge pull request #543 from HifiExperiments/alpha

Fix shape alpha 0 issue
This commit is contained in:
kasenvr 2020-07-23 17:23:20 -04:00 committed by GitHub
commit ce6573333c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;