overte/libraries/embedded-webserver/src
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
..
HTTPConnection.cpp Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
HTTPConnection.h initial hook-in of OAuth authentication for DS web pages 2014-07-21 16:54:27 -07:00
HTTPManager.cpp Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
HTTPManager.h Replacing glutSolidSphere by a cached Geometry 2014-10-03 16:55:58 -07:00
HTTPSConnection.cpp hand certificate and private key to QSslSocket instances 2014-04-24 14:35:18 -07:00
HTTPSConnection.h add HTTPS versions of webserver classes 2014-04-24 14:06:24 -07:00
HTTPSManager.cpp allow calls to HTTPManager to skip the subHandler and ask for direct processing 2014-10-02 10:38:46 -07:00
HTTPSManager.h allow calls to HTTPManager to skip the subHandler and ask for direct processing 2014-10-02 10:38:46 -07:00