查看: 902|回复: 1

CompositeViewer问题

[复制链接]

该用户从未签到

发表于 2013-4-8 12:42:20 | 显示全部楼层 |阅读模式
单独开辟了一个渲染线程执行CompositeViewer,线程开始之后,再向CompositeViewer中addView,窗口上没有反应,一定要addView之后才能开始线程吗?

该用户从未签到

发表于 2013-4-8 21:07:05 | 显示全部楼层
代码说明一切
  1. void CompositeViewer::realize()
  2. {
  3.     //OSG_INFO<<"CompositeViewer::realize()"<<std::endl;

  4.     setCameraWithFocus(0);

  5.     if (_views.empty())
  6.     {
  7.         OSG_NOTICE<<"CompositeViewer::realize() - not views to realize."<<std::endl;
  8.         _done = true;
  9.         return;
  10.     }
复制代码
此时_done为true,看frame里面
  1. void ViewerBase::frame(double simulationTime)
  2. {
  3.     if (_done) return;

  4.     // OSG_NOTICE<<std::endl<<"CompositeViewer::frame()"<<std::endl<<std::endl;

  5.     if (_firstFrame)
  6.     {
  7.         viewerInit();

  8.         if (!isRealized())
  9.         {
  10.             realize();
  11.         }

  12.         _firstFrame = false;
  13.     }
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

OSG中国官方论坛-有您OSG在中国才更好

网站简介:osgChina是国内首个三维相关技术开源社区,旨在为国内更多的技术开发人员提供最前沿的技术资讯,为更多的三维从业者提供一个学习、交流的技术平台。

联系我们

  • 工作时间:09:00--18:00
  • 反馈邮箱:1315785073@qq.com
快速回复 返回顶部 返回列表