This is the complete list of members for cens::CENSGraphicsShape, including all inherited members.
addNormal(const Vector3f &normal) | cens::CENSGraphicsShape | |
addTexCoord(const Vector2f &texCoord) | cens::CENSGraphicsShape | |
addVertex(const Vector3f &vertex) | cens::CENSGraphicsShape | |
buildAsBox(const Vector3f &halfExtents, const Vector3f &color=CENS_NULL_COLOR, CENSPixelMap pixmap=CENS_NULL_PIXMAP) | cens::CENSGraphicsShape | |
buildAsConvex(const Vertices &vertices, const unsigned int *idx, int nvtxs, int nidxs, int ntrns, const TexCoords &texCoords=CENS_NULL_TEXCOORDS, const Vector3f &color=CENS_NULL_COLOR, CENSPixelMap pixmap=CENS_NULL_PIXMAP) | cens::CENSGraphicsShape | |
buildAsPlane(const Vector3f &orig, const Vector3f &v1, const Vector3f &v2, const Vector3f &color=CENS_NULL_COLOR, CENSPixelMap pixmap=CENS_NULL_PIXMAP) | cens::CENSGraphicsShape | |
buildAsSoft(int numTriangles, const TexCoords &texCoords=CENS_NULL_TEXCOORDS, const Vector3f &color=CENS_NULL_COLOR, CENSPixelMap pixmap=CENS_NULL_PIXMAP) | cens::CENSGraphicsShape | |
buildAsSphere(float radius, const Vector3f &color=CENS_NULL_COLOR, CENSPixelMap pixmap=CENS_NULL_PIXMAP) | cens::CENSGraphicsShape | |
CENSGraphicsShape() | cens::CENSGraphicsShape | inline |
CENSGraphicsShape(const CENSGraphicsShape ©) | cens::CENSGraphicsShape | inline |
copyimage(const GLubyte *source) | cens::CENSGraphicsShape | |
draw(const Vector3f &org, const Matrix3f &rot) | cens::CENSGraphicsShape | |
drawSoft() | cens::CENSGraphicsShape | |
getColor() | cens::CENSGraphicsShape | |
getNormal(int normal_index) | cens::CENSGraphicsShape | |
getNormals() | cens::CENSGraphicsShape | |
getTexCoord(int texCoord_index) | cens::CENSGraphicsShape | |
getTexCoords() | cens::CENSGraphicsShape | |
getType() | cens::CENSGraphicsShape | |
getVertex(int vertex_index) | cens::CENSGraphicsShape | |
getVertices() | cens::CENSGraphicsShape | |
initTexture() | cens::CENSGraphicsShape | |
m_gsColor | cens::CENSGraphicsShape | private |
m_gsNormals | cens::CENSGraphicsShape | private |
m_gsTexCoords | cens::CENSGraphicsShape | private |
m_gsTexture | cens::CENSGraphicsShape | private |
m_gsTextureHeight | cens::CENSGraphicsShape | private |
m_gsTextureImage | cens::CENSGraphicsShape | private |
m_gsTextureWidth | cens::CENSGraphicsShape | private |
m_gsType | cens::CENSGraphicsShape | private |
m_gsVertices | cens::CENSGraphicsShape | private |
setColor(const Vector3f &color) | cens::CENSGraphicsShape | |
setNormals(const Vertices &normals) | cens::CENSGraphicsShape | |
setTexCoords(const TexCoords &texCoords) | cens::CENSGraphicsShape | |
setTexture() | cens::CENSGraphicsShape | |
setType(int type) | cens::CENSGraphicsShape | |
setVertices(const Vertices &vertices) | cens::CENSGraphicsShape | |
~CENSGraphicsShape() | cens::CENSGraphicsShape | |