Home
last modified time | relevance | path

Searched refs:IcoSphere (Results 1 – 4 of 4) sorted by relevance

/external/eigen/demos/opengl/
Dicosphere.cpp36 IcoSphere::IcoSphere(unsigned int levels) in IcoSphere() function in IcoSphere
54 const std::vector<int>& IcoSphere::indices(int level) const in indices()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide()
100 void IcoSphere::draw(int level) in draw()
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
Dicosphere.h16 class IcoSphere
19 IcoSphere(unsigned int levels=1);
Dgpuhelper.cpp122 static IcoSphere sphere; in drawUnitSphere()
Dquaternion_demo.cpp112 IcoSphere mIcoSphere;