OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mesh.cpp File Reference
#include "mesh.hpp"
#include <utility>

Go to the source code of this file.

Functions

Mesh create_sphere_mesh (float radius, vec3 center, unsigned vertices_per_circumference)
 
Mesh create_box_mesh (const AABB &aabb)
 

Function Documentation

Mesh create_box_mesh ( const AABB aabb)

Definition at line 206 of file mesh.cpp.

Mesh create_sphere_mesh ( float  radius,
vec3  center,
unsigned  vertices_per_circumference 
)

Definition at line 122 of file mesh.cpp.