2011年9月6日

摘要: View Code 1 void osgLines(osg::Group* root, bounds &b) 2 { 3 for(MapVListList::iterator mlitr = _linestrips.begin(); 4 mlitr != _linestrips.end(); 5 ++mlitr) 6 { 7 for(VListList::iterator itr = mlitr->second.begin(); 8 itr != m... 阅读全文
posted @ 2011-09-06 22:51 Joshua Leung 阅读(1143) 评论(0) 推荐(0)

导航