Open jvcleave opened 7 years ago
Confirming this error on iOS master.
ofBeginShape();
for (int i = 0; i < 10; ++i)
{
ofVertex(ofRandomWidth(), ofRandomHeight());
}
ofEndShape();
In fact, this will crash my program.
I had a SEGV in the tessellator on the raspberry pi. This pull request fixed it: https://github.com/openframeworks/apothecary/pull/69 (currently outstanding)
Maybe this is related?
Aha. Will check it out.
On Thu, May 25, 2017, 12:17 PM John Kingsley notifications@github.com wrote:
I had a SEGV in the tessellator on the raspberry pi. This pull request fixed it: openframeworks/apothecary#69 https://github.com/openframeworks/apothecary/pull/69 (currently outstanding)
Maybe this is related?
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/issues/5473#issuecomment-304067934, or mute the thread https://github.com/notifications/unsubscribe-auth/AASVxAqXtXCjqSmR5sbDWrkUJB2hrp_Vks5r9bewgaJpZM4MUqzO .
on the iOS nightly with polygonExample
ofGLRenderer.cpp
fails on line 182As I remember from another issue this may be related to the Tessellator?
0.9.8 works fine so maybe glm is involved?