#include <mesh.hpp>
Definition at line 85 of file mesh.hpp.
| MorphedGeoMipMapMesh::MorphedGeoMipMapMesh |
( |
| ) |
|
| MorphedGeoMipMapMesh::~MorphedGeoMipMapMesh |
( |
| ) |
|
| void MorphedGeoMipMapMesh::build_lod |
( |
unsigned |
lod | ) |
|
|
private |
| void MorphedGeoMipMapMesh::build_patches |
( |
| ) |
|
|
private |
| void MorphedGeoMipMapMesh::init |
( |
| ) |
|
|
private |
| void MorphedGeoMipMapMesh::init_lod_tex |
( |
| ) |
|
|
private |
| constexpr unsigned MorphedGeoMipMapMesh::blocks_x = 32 |
|
staticprivate |
| constexpr unsigned MorphedGeoMipMapMesh::blocks_z = 32 |
|
staticprivate |
| std::vector<GLushort> MorphedGeoMipMapMesh::indices |
|
private |
| constexpr float MorphedGeoMipMapMesh::lod0_distance = 50.0f |
|
staticprivate |
| std::vector<float> MorphedGeoMipMapMesh::lod_buffer |
|
private |
| std::vector<LOD> MorphedGeoMipMapMesh::lod_meshes |
|
private |
| GLuint MorphedGeoMipMapMesh::lod_tex |
|
private |
| constexpr unsigned MorphedGeoMipMapMesh::lods = 6 |
|
staticprivate |
| constexpr unsigned MorphedGeoMipMapMesh::max_instances = (16 * 1024) / sizeof(PatchData) |
|
staticprivate |
| constexpr unsigned MorphedGeoMipMapMesh::patch_size = 64 |
|
staticprivate |
| std::vector<Patch> MorphedGeoMipMapMesh::patches |
|
private |
| GLuint MorphedGeoMipMapMesh::pbo |
|
private |
| GLuint MorphedGeoMipMapMesh::ubo |
|
private |
| std::vector<Vertex> MorphedGeoMipMapMesh::vertices |
|
private |
The documentation for this class was generated from the following files:
- /mnt/d/working/gitlab/opengles-sdk-android/samples/advanced_samples/FFTOceanWater/jni/mesh.hpp
- /mnt/d/working/gitlab/opengles-sdk-android/samples/advanced_samples/FFTOceanWater/jni/mesh.cpp