mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 19:08:46 +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;
|
PulsePropertyGroup _pulseProperties;
|
||||||
std::shared_ptr<graphics::ProceduralMaterial> _material { std::make_shared<graphics::ProceduralMaterial>() };
|
std::shared_ptr<graphics::ProceduralMaterial> _material { std::make_shared<graphics::ProceduralMaterial>() };
|
||||||
glm::vec3 _color { NAN };
|
glm::vec3 _color { NAN };
|
||||||
float _alpha;
|
float _alpha { NAN };
|
||||||
|
|
||||||
glm::vec3 _position;
|
glm::vec3 _position;
|
||||||
glm::vec3 _dimensions;
|
glm::vec3 _dimensions;
|
||||||
|
|
Loading…
Reference in a new issue