Re: [Interest] Qt3D GeometryRenderer TriangleStrip

2018-08-27 Thread Sean Harmer
On 27/08/2018 11:18, Volker Enderlein wrote: Am 27/08/2018 um 11:31 schrieb Sean Harmer: On 27/08/2018 07:31, Volker Enderlein wrote: Hi, does the Qt3D GeometryRenderer class support TriangleStrip primitives with restartIndexValue separated Strips? Yes. Set the primitiveType property to

Re: [Interest] Qt3D GeometryRenderer TriangleStrip

2018-08-27 Thread Volker Enderlein
Am 27/08/2018 um 11:31 schrieb Sean Harmer: On 27/08/2018 07:31, Volker Enderlein wrote: Hi, does the Qt3D GeometryRenderer class support TriangleStrip primitives with restartIndexValue separated Strips? Yes. Set the primitiveType property to LineStrip and you can specify the restart

Re: [Interest] Qt3D GeometryRenderer TriangleStrip

2018-08-27 Thread Sean Harmer
On 27/08/2018 07:31, Volker Enderlein wrote: Hi, does the Qt3D GeometryRenderer class support TriangleStrip primitives with restartIndexValue separated Strips? Yes. Set the primitiveType property to LineStrip and you can specify the restart index value with

[Interest] Qt3D GeometryRenderer TriangleStrip

2018-08-27 Thread Volker Enderlein
Hi, does the Qt3D GeometryRenderer class support TriangleStrip primitives with restartIndexValue separated Strips? Cheers Volker -- ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest