OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

Rare segfault in Text::drawImplementationSinglePass fixed: _textureGl…

Open valid-ptr opened this issue 3 years ago • 0 comments

…yphQuadMap[glyphTexture] can exist but it's _primitive can be invalid.

GlyphQuads's interface need to be changed (osg::Referenced now, setupPrimitives() method without definition deleted); TextureGlyphQuadMap changed. Intersection with Text improved (no dynamic_casts, less code)

valid-ptr avatar Jun 17 '22 16:06 valid-ptr