Re: [Interest] Custom QQuickItem and Geometry Batching

2014-10-07 Thread Andreas Schuller
On 10/07/2014 12:46 PM, Gunnar Sletta wrote: [...] >> Is it possible to utilize the z-coordinate of the vertices for this >> purpose (within a QuickItem)? Or is there a better solution? > > You have two options. Either you rely on scene graph's internal batching > algorithm, (which will probably

[Interest] Custom QQuickItem and Geometry Batching

2014-10-07 Thread Andreas Schuller
Hi, I would like to implement a QQuickItem, that draws up to thousand objects where each object is composed of a position marker (symbol), a framed text label and a line connecting the marker and the label. For the sake of efficiency, I would like to create a geometry node for each type of ele