pub fn populate_vertices(
commands: Commands<'_, '_>,
meshes: ResMut<'_, Assets<Mesh>>,
materials: ResMut<'_, Assets<StandardMaterial>>,
focused_capture: Res<'_, FocusedCapture>,
captures: Res<'_, CaptureList>,
vertex_render_color: Res<'_, VertexRenderColor>,
vertex_width: Res<'_, VertexWidth>,
)
Expand description
System used to generate vertex entities in the ECS.