- gazebo
- common
- SubMesh
| AddIndex(unsigned int i) | SubMesh | |
| AddNormal(const math::Vector3 &_n) | SubMesh | |
| AddNormal(double x, double y, double z) | SubMesh | |
| AddTexCoord(double u, double v) | SubMesh | |
| AddVertex(const math::Vector3 &_v) | SubMesh | |
| AddVertex(double x, double y, double z) | SubMesh | |
| CopyNormals(const std::vector< math::Vector3 > &_norms) | SubMesh | |
| CopyVertices(const std::vector< math::Vector3 > &_verts) | SubMesh | |
| FillArrays(float **vertArr, unsigned int **indArr) const | SubMesh | |
| GenSphericalTexCoord(math::Vector3 center) | SubMesh | |
| GetIndex(unsigned int i) const | SubMesh | |
| GetIndexCount() const | SubMesh | |
| GetMaterialIndex() const | SubMesh | |
| GetMax() const | SubMesh | |
| GetMaxIndex() const | SubMesh | |
| GetMin() const | SubMesh | |
| GetNormal(unsigned int i) const | SubMesh | |
| GetNormalCount() const | SubMesh | |
| GetPrimitiveType() const | SubMesh | |
| GetTexCoord(unsigned int i) const | SubMesh | |
| GetTexCoordCount() const | SubMesh | |
| GetVertex(unsigned int i) const | SubMesh | |
| GetVertexCount() const | SubMesh | |
| GetVertexIndex(const math::Vector3 &v) const | SubMesh | |
| HasVertex(const math::Vector3 &v) const | SubMesh | |
| LINES enum value (defined in SubMesh) | SubMesh | |
| LINESTRIPS enum value (defined in SubMesh) | SubMesh | |
| PrimitiveType enum name (defined in SubMesh) | SubMesh | |
| RecalculateNormals() | SubMesh | |
| SetIndexCount(unsigned int _count) | SubMesh | |
| SetMaterialIndex(unsigned int index) | SubMesh | |
| SetNormal(unsigned int i, const math::Vector3 &n) | SubMesh | |
| SetNormalCount(unsigned int _count) | SubMesh | |
| SetPrimitiveType(PrimitiveType _type) | SubMesh | |
| SetSubMeshCenter(math::Vector3 center) | SubMesh | |
| SetTexCoord(unsigned int i, const math::Vector2d &t) | SubMesh | |
| SetTexCoordCount(unsigned int _count) | SubMesh | |
| SetVertex(unsigned int i, const math::Vector3 &v) | SubMesh | |
| SetVertexCount(unsigned int _count) | SubMesh | |
| SubMesh() | SubMesh | |
| TRIANGLES enum value (defined in SubMesh) | SubMesh | |
| TRIFANS enum value (defined in SubMesh) | SubMesh | |
| TRISTRIPS enum value (defined in SubMesh) | SubMesh | |
| ~SubMesh() | SubMesh | [virtual] |
1.7.5.1