AddIndex(unsigned int _i) | gazebo::common::SubMesh | |
AddNodeAssignment(unsigned int _vertex, unsigned int _node, float _weight) | gazebo::common::SubMesh | |
AddNormal(const math::Vector3 &_n) | gazebo::common::SubMesh | |
AddNormal(double _x, double _y, double _z) | gazebo::common::SubMesh | |
AddTexCoord(double _u, double _v) | gazebo::common::SubMesh | |
AddVertex(const math::Vector3 &_v) | gazebo::common::SubMesh | |
AddVertex(double _x, double _y, double _z) | gazebo::common::SubMesh | |
CopyNormals(const std::vector< math::Vector3 > &_norms) | gazebo::common::SubMesh | |
CopyVertices(const std::vector< math::Vector3 > &_verts) | gazebo::common::SubMesh | |
FillArrays(float **_vertArr, int **_indArr) const | gazebo::common::SubMesh | |
GenSphericalTexCoord(const math::Vector3 &_center) | gazebo::common::SubMesh | |
GetIndex(unsigned int _i) const | gazebo::common::SubMesh | |
GetIndexCount() const | gazebo::common::SubMesh | |
GetMaterialIndex() const | gazebo::common::SubMesh | |
GetMax() const | gazebo::common::SubMesh | |
GetMaxIndex() const | gazebo::common::SubMesh | |
GetMin() const | gazebo::common::SubMesh | |
GetNodeAssignment(unsigned int _i) const | gazebo::common::SubMesh | |
GetNodeAssignmentsCount() const | gazebo::common::SubMesh | |
GetNormal(unsigned int _i) const | gazebo::common::SubMesh | |
GetNormalCount() const | gazebo::common::SubMesh | |
GetPrimitiveType() const | gazebo::common::SubMesh | |
GetTexCoord(unsigned int _i) const | gazebo::common::SubMesh | |
GetTexCoordCount() const | gazebo::common::SubMesh | |
GetVertex(unsigned int _i) const | gazebo::common::SubMesh | |
GetVertexCount() const | gazebo::common::SubMesh | |
GetVertexIndex(const math::Vector3 &_v) const | gazebo::common::SubMesh | |
HasVertex(const math::Vector3 &_v) const | gazebo::common::SubMesh | |
LINES enum value | gazebo::common::SubMesh | |
LINESTRIPS enum value | gazebo::common::SubMesh | |
POINTS enum value | gazebo::common::SubMesh | |
PrimitiveType enum name | gazebo::common::SubMesh | |
RecalculateNormals() | gazebo::common::SubMesh | |
Scale(double _factor) | gazebo::common::SubMesh | |
SetIndexCount(unsigned int _count) | gazebo::common::SubMesh | |
SetMaterialIndex(unsigned int _index) | gazebo::common::SubMesh | |
SetNormal(unsigned int _i, const math::Vector3 &_n) | gazebo::common::SubMesh | |
SetNormalCount(unsigned int _count) | gazebo::common::SubMesh | |
SetPrimitiveType(PrimitiveType _type) | gazebo::common::SubMesh | |
SetScale(const math::Vector3 &_factor) | gazebo::common::SubMesh | |
SetSubMeshCenter(math::Vector3 _center) | gazebo::common::SubMesh | |
SetTexCoord(unsigned int _i, const math::Vector2d &_t) | gazebo::common::SubMesh | |
SetTexCoordCount(unsigned int _count) | gazebo::common::SubMesh | |
SetVertex(unsigned int _i, const math::Vector3 &_v) | gazebo::common::SubMesh | |
SetVertexCount(unsigned int _count) | gazebo::common::SubMesh | |
SubMesh() | gazebo::common::SubMesh | |
TRIANGLES enum value | gazebo::common::SubMesh | |
TRIFANS enum value | gazebo::common::SubMesh | |
TRISTRIPS enum value | gazebo::common::SubMesh | |
~SubMesh() | gazebo::common::SubMesh | virtual |