Here's a bit of a conversation from mac-ogl list that brings me a bit closer to figuring out why OSG crashes on Intel Macs 10.4.7 when loadinf ttf fonts. Any advice ? On 26-Jul-06, at 5:51 PM, Keith Bauer wrote:
Hi Keith, Thanks for the reply. It seems like there's a bit of confusion about FTGL, I just mentioned it because I used it to load some ttf fonts and it worked. I just tested the demo, so probably it doesn't use textured fonts, so no crash there. (we'll ignore it from now on :) My beef is with OSG, which has it's own implementation, linked directly with freetype2. Looking for glTexSubImage2D in OSG, I found it in a couple of places, Textue.cpp; TextureRectangle.cpp and more importantly in Font.cpp(line 606) , in Font::GlyphTexture::apply. Looks like there's some progress here, meaning it doesn't look like it's freetype2-related, but I'd like to know how to fix or work around it. -------------------------- Radu Mihai |
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
