overte-HifiExperiments/interface/src/starfield
Sam Gateau 738369e21f Replacing glutSolidSphere by a cached Geometry
Instead of calling glutSolidSphere, just call Application::getInstance()->getGeometryCache()->renderSphere(...)

- replaced all the instances of "glutSolidSphere"
- Changed the atmosphere shaders so instead of drawing a sphere of the size of the atmosphere, we draw a unit sphere, the vertices get scaled at the right radius in th vertex shader using  fOuterRadius
2014-10-03 16:55:58 -07:00
..
data Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
renderer Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
Config.h Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
Controller.cpp Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
Controller.h Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
Generator.cpp Removed Systime.h includes 2014-04-21 17:23:06 -07:00
Generator.h fix header include guards via regex 2014-04-09 12:03:17 -07:00