More coding style conformance

This commit is contained in:
Alexander Bock
2017-11-11 11:25:49 -05:00
parent f29b15a37f
commit 758e26789c
170 changed files with 2585 additions and 1229 deletions
@@ -36,9 +36,12 @@ namespace openspace {
namespace documentation { struct Documentation; }
/**
* @brief Creates a texture by rendering to a framebuffer, this is then used on a screen space plane.
* @details This class lets you ass renderfunctions that should render to a framebuffer with an attached texture.
* The texture is then used on a screen space plane that works both in fisheye and flat screens.
* @brief Creates a texture by rendering to a framebuffer, this is then used on a screen
* space plane.
* @details This class lets you ass renderfunctions that should render to a framebuffer
* with an attached texture.
* The texture is then used on a screen space plane that works both in fisheye and flat
* screens.
*/
class ScreenSpaceFramebuffer : public ScreenSpaceRenderable {
public: