![]() |
OpenGL ES SDK for Android
ARM Developer Center
|
#include "common.hpp"#include "vector_math.h"#include "mesh.hpp"#include <limits.h>#include <vector>#include <stdexcept>#include <algorithm>Go to the source code of this file.
Functions | |
| static void | generate_block_indices (vector< GLushort > &ibo, int vertex_buffer_offset, int width, int height, int stride) |
| static float | lod_factor (float max_lod, float distance_mod, vec3 dist) |