Part of #6.\n\nImplement Renderer.draw_path_collection — efficiently render many identical (or varied) paths in one call, analogous to matplotlib's draw_path_collection. Useful for instanced rendering.\n\nAcceptance criteria:\n- draw_path_collection(paths, transforms, ...) emits a set of A-Frame entities\n- Shared geometry is reused where possible (e.g. A-Frame mixins)
Part of #6.\n\nImplement
Renderer.draw_path_collection— efficiently render many identical (or varied) paths in one call, analogous to matplotlib'sdraw_path_collection. Useful for instanced rendering.\n\nAcceptance criteria:\n-draw_path_collection(paths, transforms, ...)emits a set of A-Frame entities\n- Shared geometry is reused where possible (e.g. A-Frame mixins)