HomeSort by relevance Sort by last modified time
    Searched refs:IcoSphere (Results 1 - 4 of 4) sorted by null

  /external/eigen/demos/opengl/
icosphere.h 16 class IcoSphere
19 IcoSphere(unsigned int levels=1);
icosphere.cpp 10 #include "icosphere.h"
36 IcoSphere::IcoSphere(unsigned int levels)
54 const std::vector<int>& IcoSphere::indices(int level) const
57 const_cast<IcoSphere*>(this)->_subdivide();
61 void IcoSphere::_subdivide(void)
100 void IcoSphere::draw(int level)
103 const_cast<IcoSphere*>(this)->_subdivide();
gpuhelper.cpp 11 #include "icosphere.h"
122 static IcoSphere sphere;
quaternion_demo.cpp 11 #include "icosphere.h"
47 // generate level 1 using icosphere vertices
112 IcoSphere mIcoSphere;

Completed in 97 milliseconds