This is the complete list of members for Mesh, including all inherited members.
| _ID | Ref | |
| _luaID | Ref | |
| _scriptObject | Ref | |
| autorelease() | Ref | |
| bindMeshCommand() | Mesh | protected |
| calculateAABB() | Mesh | protected |
| create(const std::vector< float > &positions, const std::vector< float > &normals, const std::vector< float > &texs, const IndexArray &indices) | Mesh | static |
| create(const std::vector< float > &vertices, int perVertexSizeInFloat, const IndexArray &indices, int numIndex, const std::vector< MeshVertexAttrib > &attribs, int attribCount) | Mesh | inlinestatic |
| create(const std::string &name, MeshIndexData *indexData, MeshSkin *skin=nullptr) | Mesh | static |
| getAABB() const | Mesh | inline |
| getDefaultGLProgram(bool textured) | Mesh | protected |
| getGLProgramState() const | Mesh | inline |
| getIndexBuffer() const | Mesh | |
| getIndexCount() const | Mesh | |
| getIndexFormat() const | Mesh | |
| getMeshCommand() | Mesh | inlineprotected |
| getMeshIndexData() const | Mesh | inline |
| getMeshVertexAttribCount() const | Mesh | |
| getMeshVertexAttribute(int idx) | Mesh | |
| getName() const | Mesh | inline |
| getPrimitiveType() const | Mesh | |
| getReferenceCount() const | Ref | |
| getSkin() const | Mesh | inline |
| getVertexBuffer() const | Mesh | |
| getVertexSizeInBytes() const | Mesh | |
| hasVertexAttrib(int attrib) const | Mesh | |
| release() | Ref | |
| retain() | Ref | |
| setGLProgramState(GLProgramState *glProgramState) | Mesh | protected |
| setMeshIndexData(MeshIndexData *indexdata) | Mesh | protected |
| setName(const std::string &name) | Mesh | inlineprotected |
| setSkin(MeshSkin *skin) | Mesh | protected |
| setTexture(const std::string &texPath) | Mesh | |
| setVisible(bool visible) | Mesh | |
| ~Ref() | Ref | virtual |