![]() |
Pioneer
|
#include "Background.h"#include "FileSystem.h"#include "Game.h"#include "GameConfig.h"#include "MathUtil.h"#include "Pi.h"#include "Player.h"#include "Space.h"#include "StringF.h"#include "core/TaskGraph.h"#include "galaxy/StarSystem.h"#include "galaxy/GalaxyGenerator.h"#include "graphics/Graphics.h"#include "graphics/RenderState.h"#include "graphics/TextureBuilder.h"#include "graphics/Types.h"#include "graphics/VertexArray.h"#include "graphics/VertexBuffer.h"#include "perlin.h"#include "profiler/Profiler.h"#include <SDL_stdinc.h>#include <iostream>#include <sstream>
Classes | |
| struct | Background::MilkyWayVert |
| struct | Background::StarVert |
| struct | Background::SkyboxVert |
| struct | Background::StarInfo |
| struct | Background::StarQueryInfo |
| class | Background::SampleStarTask |
Namespaces | |
| namespace | Background |