载入中...
搜索中...
未找到
BushMesh.cpp 文件参考
#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 &params, MeshBuild &out, std::string &error)
 Build a deterministic procedural small bush. Registered as the mesh.bush recipe.
 

变量说明

◆ x

float x = 0.f

在文件 BushMesh.cpp23 行定义.

◆ y

float y = 0.f

在文件 BushMesh.cpp23 行定义.

◆ z

float z = 0.f

在文件 BushMesh.cpp23 行定义.