More GLM initialization fixes

This commit is contained in:
Alexander Bock
2020-02-10 01:18:27 +01:00
parent 24ce773da9
commit 9491f73803
59 changed files with 123 additions and 120 deletions

View File

@@ -123,7 +123,7 @@ documentation::Documentation RenderableNodeLine::Documentation() {
RenderableNodeLine::RenderableNodeLine(const ghoul::Dictionary& dictionary)
: Renderable(dictionary)
, _lineColor(LineColorInfo, glm::vec3(1.f, 1.f, 1.f), glm::vec3(0.f), glm::vec3(1.f))
, _lineColor(LineColorInfo, glm::vec3(1.f), glm::vec3(0.f), glm::vec3(1.f))
, _lineWidth(LineWidthInfo, 2.f, 1.f, 20.f)
, _start(StartNodeInfo, Root)
, _end(EndNodeInfo, Root)