Yevhen Alieksieiev

Results 6 comments of Yevhen Alieksieiev

Thank you for your response! I double-checked API and found 2 problems in my tessTesselate call. Now I'm calling like so: tessTesselate(tesselator, TESS_WINDING_POSITIVE, TESS_POLYGONS, count, 2, 0) Where count is...

Also I tried to pass 3 instead of count (which is 4) because I figured that maybe polygons in that case are triangles which makes the whole polygon. But result...

Hello! I've noted my mistakes and it seems that I had some progress. But still there's a small problem with my triangulation. Here's my test code. I used float[] array...

I got through winding rules and I understand that those influence on the way tesselator works with vertices (clockwise, counter-clockwise, etc). I think that in my case I can use...

Hello @costashatz ! Well, boost and eigen are easy. I don't recall using boost on iOS, but I'm 99% confident there are out-of-box solutions that I can use. Eigen is...

Hey guys! A small update: I have managed to run limbo inside iOS project. At first I was using it without optimizers, but then I quickly realised the constraint of...