honeycomb_render::systems

Function populate_faces

Source
pub fn populate_faces(
    commands: Commands<'_, '_>,
    materials: ResMut<'_, Assets<StandardMaterial>>,
    focused_capture: Res<'_, FocusedCapture>,
    captures: Res<'_, CaptureList>,
    face_render_color: Res<'_, FaceRenderColor>,
    face_shrink: Res<'_, FaceShrink>,
)
Expand description

System used to generate face entities in the ECS.

NOT YET IMPLEMENTED