This is the complete list of members for hellfire::Sphere, including all inherited members.
| create(Scene *scene, const std::string &name, const Config &config) | hellfire::Sphere | static |
| create_mesh(int rings=32, int sectors=32) | hellfire::Sphere | static |
| get_sphere_data(std::vector< Vertex > &vertices, std::vector< unsigned int > &indices, float radius, int rings=32, int sectors=32) | hellfire::Sphere | static |
| subdivide_triangle(std::vector< glm::vec3 > &vertices, const glm::vec3 &v1, const glm::vec3 &v2, const glm::vec3 &v3, int depth) | hellfire::Sphere | privatestatic |