![]() |
Pioneer
|
#include <Background.h>
Public Types | |
| enum | BackgroundDrawFlags { DRAW_STARS = 1 << 0 , DRAW_MILKY = 1 << 1 , DRAW_SKYBOX = 1 << 2 } |
Public Member Functions | |
| Container (Graphics::Renderer *, Random &rand, const Space *space, RefCountedPtr< Galaxy > galaxy, const SystemPath *const systemPath=nullptr) | |
| void | Draw (const matrix4x4d &transform) |
| void | SetIntensity (float intensity) |
| void | SetDrawFlags (const Uint32 flags) |
| Uint32 | GetDrawFlags () const |
| Background::Container::Container | ( | Graphics::Renderer * | renderer, |
| Random & | rand, | ||
| const Space * | space, | ||
| RefCountedPtr< Galaxy > | galaxy, | ||
| const SystemPath *const | systemPath = nullptr |
||
| ) |

| void Background::Container::Draw | ( | const matrix4x4d & | transform | ) |

|
inline |
| void Background::Container::SetDrawFlags | ( | const Uint32 | flags | ) |
| void Background::Container::SetIntensity | ( | float | intensity | ) |
