Re: RFR: 8341010: TriangleMesh.vertexFormat Property default value is wrong

2024-10-08 Thread Kevin Rushforth
On Thu, 26 Sep 2024 10:30:47 GMT, Florian Kirmaier wrote: > Fixing the wrong TriangleMesh.vertexFormat property. > TriangleMesh.getVertexFormat() and TriangleMesh.vertexProperty().get() > initially returned different values, which are now fixed. @FlorianKirmaier This is ready to integrate now

Re: RFR: 8341010: TriangleMesh.vertexFormat Property default value is wrong

2024-10-07 Thread Andy Goryachev
On Thu, 26 Sep 2024 10:30:47 GMT, Florian Kirmaier wrote: > Fixing the wrong TriangleMesh.vertexFormat property. > TriangleMesh.getVertexFormat() and TriangleMesh.vertexProperty().get() > initially returned different values, which are now fixed. Marked as reviewed by angorya (Reviewer).