OpenGL ES SDK for Android
ARM Developer Center
|
Go to the source code of this file.
Macros | |
#define | N 64 |
Functions | |
Volume | make_surface_volume () |
Volume | make_centroid_volume () |
GLuint | make_quad () |
void | make_points (GLuint *vbo, GLuint *ibo) |
void | clear_indirect_buffer (App *app) |
void | update_surface (App *app) |
void | update_centroid (App *app) |
void | update_sphere (App *app, mat4 mat_view) |
mat4 | animate_view (App *app) |
void | app_initialize (App *app) |
void | app_update_and_render (App *app) |
#define N 64 |
Definition at line 25 of file geometry.cpp.
Definition at line 223 of file geometry.cpp.
Definition at line 248 of file geometry.cpp.
Definition at line 297 of file geometry.cpp.
Definition at line 118 of file geometry.cpp.
Volume make_centroid_volume | ( | ) |
Definition at line 53 of file geometry.cpp.
Definition at line 93 of file geometry.cpp.
GLuint make_quad | ( | ) |
Definition at line 76 of file geometry.cpp.
Volume make_surface_volume | ( | ) |
Definition at line 27 of file geometry.cpp.
Definition at line 161 of file geometry.cpp.
Definition at line 192 of file geometry.cpp.
Definition at line 134 of file geometry.cpp.