Crate bevy_heightmap

Crate bevy_heightmap 

Source

Re-exports§

pub use crate::image::ImageBufferHeightMap;
pub use crate::mesh_builder::MeshBuilder;

Modules§

asset_loader
image
mesh_builder

Structs§

HeightMapPlugin
Enables loading Meshes from images with .hmp.png extension.
ValueFunctionHeightMap
Height map from value function;

Traits§

HeightMap
A Heightmap is anything that provides a 2d value function h().