载入中...
搜索中...
未找到
SkyscraperMesh.cpp 文件参考
#include "procgen/algorithms/SkyscraperMesh.h"
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <string>
#include <vector>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::procgen
 

函数

bool eve::procgen::generateSkyscraperMesh (const Params &params, MeshBuild &out, std::string &error)
 Build a deterministic procedural skyscraper. Registered as the mesh.skyscraper recipe.
 

变量说明

◆ x

float x = 0.f

在文件 SkyscraperMesh.cpp13 行定义.

◆ y

float y = 0.f

在文件 SkyscraperMesh.cpp13 行定义.

◆ z

float z = 0.f

在文件 SkyscraperMesh.cpp13 行定义.