|
candlewick 0.10.0-4-g76c0
A tiny cross-platform renderer based on SDL3
|
#include "../utils/MeshData.h"Go to the source code of this file.
Namespaces | |
| namespace | candlewick |
Functions | |
| MeshData | candlewick::loadHeightfield (const Eigen::Ref< const Eigen::MatrixXf > &heights, const Eigen::Ref< const Eigen::VectorXf > &xgrid, const Eigen::Ref< const Eigen::VectorXf > &ygrid) |
| Load a heightfield, as line geometry. | |