professorbradley
Results
3
comments of
professorbradley
I was able to change the datatype of the points array to suppress the warnings but my issue still persists.
I suspect now my problem was the python library I was using to display the triangulation used a bad GL flag to display the result, i.e GL_TRIANGLE_STRIPES instead of GL_TRIANGLES...
Thanks mate! And so far so good everything on my end with the static library build. Just did a test triangulation from the example project and outputted the results, I'll...