Hi,
There is a Mesh containing points, st, and normal data with different interpolations. In order to align the VertexBuffer, the points are flattened to faceVarying. But this causes the points to be drawn repeatedly. How can I reuse these points?
Like this:
Thank you very much!