Implemented dataSphere

This commit is contained in:
Sebastian Piwell
2016-05-05 17:57:52 -04:00
parent b56f85e968
commit c284986c21
7 changed files with 145 additions and 36 deletions
@@ -78,8 +78,6 @@ 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);