Changeset 13041 for OpenSceneGraph/trunk/src/osgText/Text3D.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgText/Text3D.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgText/Text3D.cpp
r12970 r13041 73 73 if (!vertices || vertices->empty()) 74 74 continue; //skip over spaces 75 75 76 76 //pf.setVertexArray(it->_glyph->getVertexArray()->size(),&(it->_glyph->getVertexArray()->front())); 77 77 //////////////////////////////////////////////////////////////////////////
