Function extract_data_from_3d_map

Source
pub fn extract_data_from_3d_map<T: CoordsFloat>(
    commands: Commands<'_, '_>,
    cmap: Res<'_, Map3<T>>,
)
Expand description

Build ECS data from a combinatorial map object.

ยงPanics

This function will panic if there is a topological vertex with no associated coordinates.