载入中...
搜索中...
未找到
#include "procgen/algorithms/BushMesh.h"#include <algorithm>#include <cmath>#include <cstdint>#include <random>#include <vector>命名空间 | |
| namespace | eve |
| namespace | eve::procgen |
函数 | |
| bool | eve::procgen::generateBushMesh (const Params ¶ms, MeshBuild &out, std::string &error) |
Build a deterministic procedural small bush. Registered as the mesh.bush recipe. | |
变量说明
◆ x
| float x = 0.f |
在文件 BushMesh.cpp 第 23 行定义.
◆ y
| float y = 0.f |
在文件 BushMesh.cpp 第 23 行定义.
◆ z
| float z = 0.f |
在文件 BushMesh.cpp 第 23 行定义.