CG-Project2
Loading...
Searching...
No Matches
VertexComponent Member List

This is the complete list of members for VertexComponent, including all inherited members.

appendColor(const std::vector< glm::vec4 > &colors)VertexComponentinline
appendIndex(const std::vector< unsigned int > &index)VertexComponentinline
appendNormal(const std::vector< glm::vec3 > &normal)VertexComponentinline
appendTexCoords(const std::vector< glm::vec2 > &coords)VertexComponentinline
appendVertex(const std::vector< glm::vec3 > &vertex)VertexComponentinline
Component()=default (defined in Component)Component
getColorsCoords() constVertexComponentinline
getIndexCoords() constVertexComponentinline
getNormalsCoords() constVertexComponentinline
getTexCoords() constVertexComponentinline
getVertexCoords() constVertexComponentinline
setColorsCoords(const std::vector< glm::vec4 > &colors)VertexComponentinline
setIndexCoords(const std::vector< unsigned int > &index)VertexComponentinline
setNormalsCoords(const std::vector< glm::vec3 > &normals)VertexComponentinline
setTexCoords(const std::vector< glm::vec2 > &texCoords)VertexComponentinline
setVertexCoords(const std::vector< glm::vec3 > &vertex)VertexComponentinline
VertexComponent(const std::vector< glm::vec3 > &vertex, const std::vector< glm::vec4 > &colors, const std::vector< unsigned int > &indices)VertexComponentinline
~Component()=default (defined in Component)Componentvirtual
~VertexComponent()=default (defined in VertexComponent)VertexComponentvirtual