Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
cinder::TriMesh Member List
This is the complete list of members for
cinder::TriMesh
, including all inherited members.
appendColorRGB
(const Color &rgb)
cinder::TriMesh
appendColorRGBA
(const ColorA &rgba)
cinder::TriMesh
appendIndices
(uint32_t *indices, size_t num)
cinder::TriMesh
appendNormal
(const Vec3f &v)
cinder::TriMesh
appendNormals
(const Vec4d *normals, size_t num)
cinder::TriMesh
appendTexCoord
(const Vec2f &v)
cinder::TriMesh
appendTriangle
(size_t v0, size_t v1, size_t v2)
cinder::TriMesh
appendVertex
(const Vec3f &v)
cinder::TriMesh
appendVertices
(const Vec3f *verts, size_t num)
cinder::TriMesh
appendVertices
(const Vec4d *verts, size_t num)
cinder::TriMesh
calcBoundingBox
() const
cinder::TriMesh
calcBoundingBox
(const Matrix44f &transform) const
cinder::TriMesh
clear
()
cinder::TriMesh
getColorsRGB
()
cinder::TriMesh
getColorsRGB
() const
cinder::TriMesh
getColorsRGBA
()
cinder::TriMesh
getColorsRGBA
() const
cinder::TriMesh
getIndices
()
cinder::TriMesh
getIndices
() const
cinder::TriMesh
getNormals
()
cinder::TriMesh
getNormals
() const
cinder::TriMesh
getNumIndices
() const
cinder::TriMesh
getNumTriangles
() const
cinder::TriMesh
getNumVertices
() const
cinder::TriMesh
getTexCoords
()
cinder::TriMesh
getTexCoords
() const
cinder::TriMesh
getTriangleVertices
(size_t idx, Vec3f *a, Vec3f *b, Vec3f *c) const
cinder::TriMesh
getVertices
()
cinder::TriMesh
getVertices
() const
cinder::TriMesh
hasColorsRGB
() const
cinder::TriMesh
hasColorsRGBA
() const
cinder::TriMesh
hasNormals
() const
cinder::TriMesh
hasTexCoords
() const
cinder::TriMesh
read
(DataSourceRef in)
cinder::TriMesh
write
(DataTargetRef out) const
cinder::TriMesh