![]() |
Pioneer
|
#include "Graphics.h"#include "FileSystem.h"#include "Material.h"#include "Renderer.h"#include "StringF.h"#include "graphics/RenderState.h"#include "utils.h"#include <iterator>#include <sstream>
Namespaces | |
| namespace | Graphics |
Functions | |
| const char * | Graphics::RendererNameFromType (const RendererType rType) |
| void | Graphics::RegisterRenderer (RendererType type, RendererCreateFunc fn) |
| int | Graphics::GetScreenWidth () |
| int | Graphics::GetScreenHeight () |
| float | Graphics::GetFov () |
| void | Graphics::SetFov (float fov) |
| float | Graphics::GetFovFactor () |
| vector3f | Graphics::ProjectToScreen (const Renderer *r, const vector3f &in) |
| vector3d | Graphics::ProjectToScreen (const Renderer *r, const vector3d &in) |
| Renderer * | Graphics::Init (Settings vs) |
| void | Graphics::Uninit () |
| std::vector< VideoMode > | Graphics::GetAvailableVideoModes () |
Variables | |
| Material * | Graphics::vtxColorMaterial |