openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

drawStringAsShapes produces strange shapes. #51

Closed bakercp closed 11 years ago

bakercp commented 11 years ago

It looks like they are way undersampled perhaps? Could be a tesselation problem?

arturoc commented 11 years ago

this is working ok for me, it should be something with the tesselation, i noticed that you had changed the ifdefs for the types in tess2 to use TARGET_OPENGLES or similar while those are defined inside OF so won't work when compiling tess2, i changed them to check for iOS android and armel so probably recompiling the library should solve the problem

On 11/28/2012 12:47 AM, Christopher Baker wrote:

It looks like they are way undersampled perhaps? Could be a tesselation problem?

— Reply to this email directly or view it on GitHub https://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/51.

bakercp commented 11 years ago

Fixed!