Re: [Interest] Are there limits to the number of vertices that can be allocated on a QSGGeometry?

2021-10-20 Thread Shawn Rutledge
> On 2021 Oct 20, at 18:11, Nuno Santos wrote: > > Hi Shawn, > > Thank you very much for your reply and clarification. > > My next question is, what is the best way to work around this? > > Should I create a QSGGeometryNode that draws an element and then create a > node for each element? >

Re: [Interest] How to delete kits from QtCreator when the remove option is disabled?

2021-10-20 Thread Nuno Santos
Cristian, Thank you very much! Best regards, Nuno > On 20 Oct 2021, at 17:10, Cristian Adam wrote: > > On 10/20/2021 4:38 PM, Nuno Santos wrote: >> David, >> >> Thanks for your reply. >> >> It is never possible to delete a kit that was auto-detected. >> >> Best regards, >> >> Nuno >> > H

Re: [Interest] Are there limits to the number of vertices that can be allocated on a QSGGeometry?

2021-10-20 Thread Nuno Santos
Hi Shawn, Thank you very much for your reply and clarification. My next question is, what is the best way to work around this? Should I create a QSGGeometryNode that draws an element and then create a node for each element? Do you think this will degrade the performance? Is there any other wa

Re: [Interest] How to delete kits from QtCreator when the remove option is disabled?

2021-10-20 Thread Cristian Adam
On 10/20/2021 4:38 PM, Nuno Santos wrote: David, Thanks for your reply. It is never possible to delete a kit that was auto-detected. Best regards, Nuno Hi, You'll have to manually delete them from the profiles.xml file, or change the true value to false for the: true entries. See https

Re: [Interest] Are there limits to the number of vertices that can be allocated on a QSGGeometry?

2021-10-20 Thread Shawn Rutledge
> On 2021 Oct 20, at 17:36, Nuno Santos wrote: > > Hi, > > I have a custom QSGGeometryNode that renders several elements using triangles. > > Each element is composed by 4 rectangles, this means that each element needs > 6x4=24 vertices. > > If there are more than a certain number of elemen

[Interest] Are there limits to the number of vertices that can be allocated on a QSGGeometry?

2021-10-20 Thread Nuno Santos
Hi, I have a custom QSGGeometryNode that renders several elements using triangles. Each element is composed by 4 rectangles, this means that each element needs 6x4=24 vertices. If there are more than a certain number of elements to be drawn, artefacts pop up. This artefacts are characterised b

[Interest] Any people near Ottawa

2021-10-20 Thread Gregory Cohen
Hi, I'm wondering if there are any people near Ottawa who I could meet or hang out with? -- Regards, Gregory Cohen ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] How to delete kits from QtCreator when the remove option is disabled?

2021-10-20 Thread Nuno Santos
David, Thanks for your reply. It is never possible to delete a kit that was auto-detected. Best regards, Nuno > On 14 Oct 2021, at 21:14, David M. Cotter wrote: > > select a different one and make it default, then you should be able to remove > the old ones? > >> On Oct 14, 2021, at 3:56 A