|
|
|
|
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() | NL3D::CDRU | [static] |
drawBitmap(float x, float y, float width, float height, class ITexture &texture, IDriver &driver, CViewport viewport=CViewport(), bool blend=true) | NL3D::CDRU | [static] |
drawLine(float x0, float y0, float x1, float y1, IDriver &driver, CRGBA col=CRGBA(255, 255, 255, 255), CViewport viewport=CViewport()) | NL3D::CDRU | [static] |
drawLine(const CVector &a, const CVector &b, CRGBA color, IDriver &driver) | NL3D::CDRU | [static] |
drawLinesUnlit(const NLMISC::CLine *linelist, sint nlines, CMaterial &mat, IDriver &driver) | NL3D::CDRU | [static] |
drawLinesUnlit(const std::vector< NLMISC::CLine > &linelist, CMaterial &mat, IDriver &driver) | NL3D::CDRU | [static] |
drawQuad(float x0, float y0, float x1, float y1, IDriver &driver, CRGBA col, CViewport viewport) | NL3D::CDRU | [static] |
drawQuad(float x0, float y0, float x1, float y1, CRGBA col0, CRGBA col1, CRGBA col2, CRGBA col3, IDriver &driver, CViewport viewport) | NL3D::CDRU | [static] |
drawQuad(float xcenter, float ycenter, float radius, IDriver &driver, CRGBA col, CViewport viewport) | NL3D::CDRU | [static] |
drawTriangle(float x0, float y0, float x1, float y1, float x2, float y2, IDriver &driver, CRGBA col, CViewport viewport) | NL3D::CDRU | [static] |
drawTrianglesUnlit(const NLMISC::CTriangleUV *trilist, sint ntris, CMaterial &mat, IDriver &driver) | NL3D::CDRU | [static] |
drawTrianglesUnlit(const std::vector< NLMISC::CTriangleUV > &trilist, CMaterial &mat, IDriver &driver) | NL3D::CDRU | [static] |
drawWiredQuad(float x0, float y0, float x1, float y1, IDriver &driver, CRGBA col, CViewport viewport) | NL3D::CDRU | [static] |
drawWiredQuad(float xcenter, float ycenter, float radius, IDriver &driver, CRGBA col, CViewport viewport) | NL3D::CDRU | [static] |
|
|