Skip to content

Poly line collection

Christopher Tenter requested to merge PolyLineCollection into master

The PolyLineCollectionNode fills its vbo with PolyLineNode now, to support rendering any kind of vertex data available in the PolyLine. Picking is updated to render individual picking IDs for vertices and edges.

Merge request reports