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

Go to the source code of this file.

Classes

struct  Vertex
 
class  AABB
 
struct  Mesh
 
class  GLDrawable
 

Functions

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

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.