Changeset 13041 for OpenSceneGraph/trunk/src/osgText/GlyphGeometry.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgText/GlyphGeometry.cpp
r12292 r13041 330 330 } 331 331 332 332 333 333 osg::DrawElementsUShort* bevel = new osg::DrawElementsUShort(GL_QUAD_STRIP); 334 334 bevel->setName("bevel"); … … 477 477 boundaryOuter.newAddBoundaryToGeometry(new_geometry.get(), -shellThickness, "", "shell"); 478 478 } 479 479 480 480 } 481 481 … … 954 954 vertices->push_back((*orig_vertices)[pi]+frontOffset); 955 955 } 956 pi = front_indices[pi]; 956 pi = front_indices[pi]; 957 957 } 958 958
