载入中...
搜索中...
未找到
SkyscraperMesh.h
浏览该文件的文档.
1#pragma once
2
3#include "procgen/MeshBuild.h"
4#include "procgen/Params.h"
5
6#include <string>
7
8namespace eve::procgen {
9
34bool generateSkyscraperMesh(const Params &params, MeshBuild &out, std::string &error);
35
36} // namespace eve::procgen
std::string error
bool generateSkyscraperMesh(const Params &params, MeshBuild &out, std::string &error)
Build a deterministic procedural skyscraper. Registered as the mesh.skyscraper recipe.