mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 13:38:35 -05:00
More coding style conformance
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user