Refactor of ISWACygnet class tree

This commit is contained in:
Sebastian Piwell
2016-05-05 15:36:00 -04:00
parent c45121e12c
commit b56f85e968
18 changed files with 448 additions and 553 deletions
@@ -78,6 +78,8 @@ SimpleSphereGeometry::SimpleSphereGeometry(const ghoul::Dictionary& dictionary)
else
_segments = static_cast<int>(segments);
glm::vec4 rradius(6.371f, 6.371f, 6.371f, 7);
_realRadius.setValue(rradius);
// The shader need the radii values but they are not changeable runtime
// TODO: Possibly add a scaling property @AA
addProperty(_realRadius);