Molecular Vis
Improving perception of molecular visualization
|
Stuct holding the vertices and indeces of the Geometry. More...
#include <Geometry.h>
Public Attributes | |
std::vector< glm::vec3 > | positions |
std::vector< glm::vec3 > | normals |
std::vector< glm::vec2 > | uv |
std::vector< unsigned int > | indices |
Stuct holding the vertices and indeces of the Geometry.
std::vector<unsigned int> GeometryData::indices |
Vector of indices defining the connectivity of the vertices
std::vector<glm::vec3> GeometryData::normals |
Vector of vertex normals. One entry for each vertex
std::vector<glm::vec3> GeometryData::positions |
Vector of vertex Position. One entry for each vertex.
std::vector<glm::vec2> GeometryData::uv |
Vector of vertex uv-coordinates. One entry for each vertex