gfx_draping 0.3.0

Drape polygons over terrain with gfx
Documentation
1
2
3
4
5
#[cfg_attr(rustfmt, rustfmt_skip)]
gfx_vertex_struct!(Vertex {
    position: [f32; 3] = "a_position",
});