![]() |
Pioneer
|
#include <Drawables.h>
Public Member Functions | |
| TexturedQuad (Graphics::Renderer *r, const std::string &filename) | |
| TexturedQuad (Graphics::Renderer *r, Graphics::Texture *texture, const vector2f &pos, const vector2f &size, RenderState *state) | |
| TexturedQuad (Graphics::Renderer *r, RefCountedPtr< Graphics::Material > &material, const Graphics::VertexArray &va, RenderState *state) | |
| void | Draw (Graphics::Renderer *r) |
| void | Draw (Graphics::Renderer *r, const Color4ub &tint) |
| const Graphics::Texture * | GetTexture () const |
| Graphics::Drawables::TexturedQuad::TexturedQuad | ( | Graphics::Renderer * | r, |
| const std::string & | filename | ||
| ) |

| Graphics::Drawables::TexturedQuad::TexturedQuad | ( | Graphics::Renderer * | r, |
| Graphics::Texture * | texture, | ||
| const vector2f & | pos, | ||
| const vector2f & | size, | ||
| RenderState * | state | ||
| ) |

| Graphics::Drawables::TexturedQuad::TexturedQuad | ( | Graphics::Renderer * | r, |
| RefCountedPtr< Graphics::Material > & | material, | ||
| const Graphics::VertexArray & | va, | ||
| RenderState * | state | ||
| ) |

| void Graphics::Drawables::TexturedQuad::Draw | ( | Graphics::Renderer * | r | ) |

| void Graphics::Drawables::TexturedQuad::Draw | ( | Graphics::Renderer * | r, |
| const Color4ub & | tint | ||
| ) |

|
inline |
