|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CDRU Member ListThis is the complete list of members for NL3D::CDRU, including all inherited members.
- createGlDriver()
[static] - drawBitmap(float x, float y, float width, float height, class ITexture& texture, IDriver& driver, CViewport viewport=CViewport(), bool blend=true)
[static] - drawLine(float x0, float y0, float x1, float y1, IDriver& driver, CRGBA col= CRGBA(255,255,255,255), CViewport viewport=CViewport())
[static] - drawLine(const CVector &a, const CVector &b, CRGBA color, IDriver& driver)
[static] - drawLinesUnlit(const NLMISC::CLine *linelist, sint nlines, CMaterial &mat, IDriver& driver)
[static] - drawLinesUnlit(const std::vector<NLMISC::CLine> &linelist, CMaterial &mat, IDriver& driver)
[static] - drawQuad(float x0, float y0, float x1, float y1, IDriver& driver, CRGBA col, CViewport viewport)
[static] - drawQuad(float x0, float y0, float x1, float y1, CRGBA col0, CRGBA col1, CRGBA col2, CRGBA col3, IDriver& driver, CViewport viewport)
[static] - drawQuad(float xcenter, float ycenter, float radius, IDriver& driver, CRGBA col, CViewport viewport)
[static] - drawTriangle(float x0, float y0, float x1, float y1, float x2, float y2, IDriver& driver, CRGBA col, CViewport viewport)
[static] - drawTrianglesUnlit(const NLMISC::CTriangleUV *trilist, sint ntris, CMaterial &mat, IDriver& driver)
[static] - drawTrianglesUnlit(const std::vector<NLMISC::CTriangleUV> &trilist, CMaterial &mat, IDriver& driver)
[static] - drawWiredQuad(float x0, float y0, float x1, float y1, IDriver& driver, CRGBA col, CViewport viewport)
[static] - drawWiredQuad(float xcenter, float ycenter, float radius, IDriver& driver, CRGBA col, CViewport viewport)
[static]
|
|