载入中...
搜索中...
未找到
Heightmap.h 文件参考
#include "procgen/Grid2D.h"
#include "procgen/heightmap/TerrainSampler.h"
#include <cstdint>
#include <vector>

浏览源代码.

class  eve::procgen::Heightmap
 In-memory terrain heightmap: a dense float grid (row-major, index = y * width + x) materialized from a TerrainSampler or filled by hand. 更多...
 

命名空间

namespace  eve
 
namespace  eve::procgen