<html>
 <head></head>
 <body>
  <p><span style="font-size:16px;"> </span><span style="font-size:12px;">Hello Konstantin,</span></p>
  <p><span style="white-space:pre"> </span>Was the environment variable <span style="color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background-color: rgb(250, 250, 250);"><span style="font-size:12px;">QSG_RENDER_LOOP provided in QT5.8? What's your working environment? For example, what QT version and OSG version is?  What's the type of osgDB.Loader mean?<br /></span></span><br /></p>
  <p> Thanks a lot.</p>
  <p><br /></p>
  <p>Regards,</p>
  <p>Glen</p>------------------ 原始邮件 ------------------
  <br />
  <br />发件人:Konstantin Podsvirov "konstantin@podsvirov.pro"
  <br />时 间:2017/02/13 13:42:11 星期一
  <br />收件人:OpenSceneGraph Users "osg-users@lists.openscenegraph.org"
  <br />抄送人:
  <br />主 题:[osg-users] Fwd:     how  to  solve 
  <br />        QT5  multi-thread  problem
  <br />
  <br /> 
  <br /> 
  <br />Hello, Glen. 
  <div> 
   <br />8:07, 13 February 2017 г., "来恩" <first_gle@21cn.com>: 
   <br /> 
   <blockquote> 
    <br /> 
    <div>
     Hello, Konstantin: Thanks you for your response. I noticed that the project you mentioned was done with QT5. But there is a multi-thread problem when osg works well with QT5. My application really needs multi-thread functionality the load and unload data continously. Do you have osgqtquick project using QT4? Regards, Glen 
     <br /> 
    </div> 
   </blockquote> 
   <div> 
    <br /> 
   </div> 
   <div>
     Project osgQtQuick now based on Qt5. The Qt4 not supported. 
   </div> 
   <div> 
    <br /> 
   </div> 
   <div>
     Threaded rendering now supported. You can set environment variable  
    <span style="color: rgb(51, 51, 51); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; background-color: rgb(250, 250, 250);">QSG_RENDER_LOOP </span> 
    <span style="background-color:rgb(250,250,250);color:rgb(51,51,51);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:15px;">to the value of "basic", "windows" or "threaded" also.</span> 
   </div> 
   <div> 
    <br /> 
   </div> 
   <div>
     For asynchronous loading, you can use type osgDB.Loader. 
    <br /> 
   </div> 
   <br /> 
   <blockquote> 
    <div>
      ------------------ 原始邮件 ------------------ 
     <br /> 
     <br /> 
     <br /> 
     <br />发件人:Konstantin Podsvirov "konstantin@podsvirov.pro" 
     <br /> 
     <br />时 间:2017/02/11 18:55:06 星期六 
     <br /> 
     <br />收件人:osg-users "osg-users@lists.openscenegraph.org" 
     <br /> 
     <br />抄送人: 
     <br /> 
     <br />主 题:Re: [osg-users] how to solve QT5 multi-thread problem 
     <br /> 
     <br /> 
     <br /> 
     <br /> Hello. 
     <br /> 
     <div> 
      <br /> 
      <br />13:09, 11 February 2017 г., "来恩" <first_gle@21cn.com>: 
      <br /> 
      <br /> 
      <br /> 
      <blockquote> 
       <br /> 
       <br /> 
       <br /> 
       <br /> 
       <br /> 
       <div> 
        <br /> 
        <br /> 
        <br /> 
        <p><span style="font-size:16px;">Hi All,</span></p> 
        <br /> 
        <br /> 
        <br /> 
        <p><span style="font-size:16px;"><span style="white-space:pre;"> </span>Now I use QT4.8.7 as my application's GUI framework(it seems that there is no other better choice ), it works well with OSG. My users want me to upgrade my GUI, they said the GUI is too old and obsolete, so I plan to use QML technology to do this task. But how to embed QGLWidget into qml, i searched the solution on the internet, all of which is taken with QT5. But I knew there is some problem with multi-thread model when integrating OSG into QT5. So I raise this question, hope to see your replies.</span></p> 
        <br /> 
        <br /> 
        <br /> 
        <p><span style="font-size:16px;"><br /></span></p> 
        <br /> 
        <br /> 
        <br /> 
        <p><span style="font-size:16px;">Thank you in advance.  </span><br /></p> 
        <br /> 
        <br /> 
        <br /> 
        <p><span style="font-size:16px;">Glen</span></p> 
        <br /> 
        <br /> 
        <br /> 
        <p><br /></p> 
        <br /> 
        <br /> 
        <br /> 
        <p>osg-users@lists.openscenegraph.org <br /></p> 
        <br /> 
        <a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a> 
        <br /> 
        <br /> 
        <br /> 
        <br /> 
        <br /> 
        <br /> 
        <br /> 
       </div> 
       <br /> 
       <br /> 
       <br /> 
       <p>_______________________________________________<br />osg-users mailing list<br />osg-users@lists.openscenegraph.org<br /><a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br /></p> 
       <br /> 
      </blockquote> 
      <br /> 
      <span style="font-family:sans-serif;">Have you tried the project osgQtQuick?</span> 
      <br /> 
      <div style="font-family:sans-serif;"> 
       <br /> 
       <br /> 
       <br /> 
      </div> 
      <br /> 
      <div style="font-family:sans-serif;"> 
       <br /> 
       <a href="https://github.com/podsvirov/osgqtquick">https://github.com/podsvirov/osgqtquick</a> 
       <br /> 
      </div> 
      <br /> 
     </div> 
     <br /> 
     <div style="font-family:sans-serif;"> 
      <br /> 
      <br /> 
      <br /> 
     </div> 
     <br /> 
     <div style="font-family:sans-serif;"> 
      <br /> -- 
      <br /> 
     </div> 
     <br /> 
     <div style="font-family:sans-serif;"> 
      <br /> Regards, 
      <br /> 
     </div> 
     <br /> 
     <div style="font-family:sans-serif;"> 
      <br /> Konstantin Podsvirov 
      <br /> 
     </div> 
     <br /> 
    </div> 
   </blockquote> 
   <br /> 
  </div> 
 </body>
</html>