slot
0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
include
UI
Mesh
GridMesh.h
浏览该文件的文档.
1
//
2
// Created by zhou_zhengming on 2026/5/19.
3
//
4
5
#pragma once
6
#include "
Mesh.h
"
7
8
namespace
z8
{
9
class
GridMesh
:
public
Mesh
{
10
public
:
11
GridMesh
(
float
width = 100,
float
depth = 100,
unsigned
m = 101,
unsigned
n = 101);
12
};
13
14
}
15
16
17
18
Mesh.h
z8::GridMesh
Definition
GridMesh.h:9
z8::GridMesh::GridMesh
GridMesh(float width=100, float depth=100, unsigned m=101, unsigned n=101)
Definition
GridMesh.cpp:14
z8::Mesh
Definition
Mesh.h:18
z8
Definition
Application.h:14
制作者
1.10.0