载入中...
搜索中...
未找到
RockMesh.h
浏览该文件的文档.
1#pragma once
2
3#include "procgen/MeshBuild.h"
4#include "procgen/Params.h"
5
6#include <string>
7
8namespace eve::procgen {
9
11bool generateRockMesh(const Params &params, MeshBuild &out, std::string &error);
12
13} // namespace eve::procgen
std::string error
bool generateRockMesh(const Params &params, MeshBuild &out, std::string &error)
Build a shared-vertex, deformed icosphere rock for economical game props.
Definition RockMesh.cpp:165