10 #ifndef EIGEN_ICOSPHERE_H
11 #define EIGEN_ICOSPHERE_H
20 const std::vector<int>&
indices(
int level)
const;
Definition: icosphere.h:16
const std::vector< Eigen::Vector3f > & vertices() const
Definition: icosphere.h:19
std::vector< int > mListIds
Definition: icosphere.h:27
void _subdivide()
Definition: icosphere.cpp:49
std::vector< Eigen::Vector3f > mVertices
Definition: icosphere.h:25
IcoSphere(unsigned int levels=1)
Definition: icosphere.cpp:31
std::vector< std::vector< int > * > mIndices
Definition: icosphere.h:26
const std::vector< int > & indices(int level) const
Definition: icosphere.cpp:44
void draw(int level)
Definition: icosphere.cpp:90