|
slot 0.0.1
A real time UI render framework
|
#include <MountainMesh.h>


Public 成员函数 | |
| MountainMesh (float width=100, float depth=100, unsigned m=101, unsigned n=101) | |
| float | GetHeight (float x, float z) const |
Public 成员函数 继承自 z8::GridMesh | |
| GridMesh (float width=100, float depth=100, unsigned m=101, unsigned n=101) | |
Public 成员函数 继承自 z8::Mesh | |
| Mesh ()=default | |
| virtual | ~Mesh ()=default |
| unsigned | VSize () const |
| unsigned | VElemSize () const |
| unsigned | ISize () const |
| unsigned | ICount () const |
| void | ComputeNormals () |
额外继承的成员函数 | |
Public 类型 继承自 z8::Mesh | |
| using | IndexTy = uint16_t |
Public 属性 继承自 z8::Mesh | |
| std::vector< Vertex > | V |
| std::vector< IndexTy > | I |
| std::string | Name |
| MountainMesh::MountainMesh | ( | float | width = 100, |
| float | depth = 100, | ||
| unsigned | m = 101, | ||
| unsigned | n = 101 ) |

| float MountainMesh::GetHeight | ( | float | x, |
| float | z ) const |
