首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

关于OSG中PICK的有关问题

2012-07-03 
关于OSG中PICK的问题OSG中PICK例子里面的一段程序:const osgUtil::LineSegmentIntersector::Intersection:

关于OSG中PICK的问题
OSG中PICK例子里面的一段程序:
 const osgUtil::LineSegmentIntersector::Intersection::IndexList& vil = hitr->indexList;
  for(unsigned int i=0;i<vil.size();++i)
  {
  os<<" vertex indices ["<<i<<"] = "<<vil[i]<<std::endl;
  }
这段程序有什么用呀,看不懂!
请教高手!!!

[解决办法]
osg有中文论坛,去那边问问吧

热点排行