<div dir="ltr"><div><div>Hi Jospeh,<br><br></div>If osgviewer is working OK with the model then it would point to the problem being in located in osgQt, the example code or Qt.  From your post I can't narrow it down any further than this.  Would it be possible to post the model?  Does the problem happen with the OSG-3.4 version of the osgviewerQt.cpp example?<br><br></div><div>On thing you could try is to force the viewer to run SingleThreaded to see if this has any influence.  Also how does it run on other models?<br><br></div><div>A screenshot would also be useful.<br></div><div><br></div>Robert.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 March 2016 at 09:08, Joseph Mirabel <span dir="ltr"><<a href="mailto:josephmirabel@gmail.com" target="_blank">josephmirabel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On some computers only, when compiling and running the enclosed file, COLLADA files are not rendered properly. Instead of the proper mesh, I see black triangles at the center, with no apparent similarity with the original mesh. I mean that it is not only the material that are wrong, I am not sure the triangles have anything to do with the original mesh.<br>
<br>
The same file is properly displayed by the executable 'osgviewer'.<br>
<br>
I suspect concurrent access to the graphic card. I do not know whether this is a bug in Qt or in OSG. I hope I'm posting this in the good section.<br>
Does someone has an idea on where to look for a solution ?<br>
I couldn't find similar issues on the web...<br>
<br>
Qt version: 4.8<br>
OSG version: 3.2.0 / 3.4.0<br>
<br>
With this GPU, it works:<br>
<br>
Code:<br>
<br>
$ sudo lspci -vnn | grep VGA -A 20<br>
0f:00.0 VGA compatible controller [0300]: NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 [VGA controller])<br>
Subsystem: NVIDIA Corporation Device [10de:063a]<br>
Physical Slot: 2<br>
Flags: bus master, fast devsel, latency 0, IRQ 95<br>
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]<br>
Memory at e0000000 (64-bit, prefetchable) [size=256M]<br>
Memory at f8000000 (64-bit, non-prefetchable) [size=32M]<br>
I/O ports at d000 [size=128]<br>
Expansion ROM at <unassigned> [disabled]<br>
Capabilities: [60] Power Management version 3<br>
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
Capabilities: [78] Express Endpoint, MSI 00<br>
Capabilities: [b4] Vendor Specific Information: Len=14 <?><br>
Capabilities: [100] Virtual Channel<br>
Capabilities: [128] Power Budgeting <?><br>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?><br>
Kernel driver in use: nvidia<br>
<br>
<br>
<br>
<br>
With this GPU, it does not work:<br>
<br>
Code:<br>
<br>
$ sudo lspci -vnn | grep VGA -A 20<br>
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107GL [Quadro K420] [10de:0ff3] (rev a1) (prog-if 00 [VGA controller])<br>
Subsystem: NVIDIA Corporation Device [10de:1106]<br>
Flags: bus master, fast devsel, latency 0, IRQ 47<br>
Memory at f6000000 (32-bit, non-prefetchable) [size=16M]<br>
Memory at e0000000 (64-bit, prefetchable) [size=256M]<br>
Memory at f0000000 (64-bit, prefetchable) [size=32M]<br>
I/O ports at e000 [size=128]<br>
[virtual] Expansion ROM at f7000000 [disabled] [size=512K]<br>
Capabilities: [60] Power Management version 3<br>
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
Capabilities: [78] Express Endpoint, MSI 00<br>
Capabilities: [b4] Vendor Specific Information: Len=14 <?><br>
Capabilities: [100] Virtual Channel<br>
Capabilities: [128] Power Budgeting <?><br>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?><br>
Kernel driver in use: nvidia<br>
<br>
<br>
<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Joseph[/code]<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=66572#66572" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=66572#66572</a><br>
<br>
<br>
<br>
<br>_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
<br></blockquote></div><br></div>