<div dir="ltr">Hi Lorenzo, maybe you want to check out this thread:<br><br><div><div class="gmail_extra"><a href="http://forum.openscenegraph.org/viewtopic.php?t=14222">http://forum.openscenegraph.org/viewtopic.php?t=14222</a><br><br></div><div class="gmail_extra">For me it helped by simply 'parading' all objects in front of the camera<br>at the start of the simulation, this forces the push to GPU needed,<br>as long as the data fits on the card.<br>I don't think there is any other way to really force this push<br></div><div class="gmail_extra">for a static database.<br></div><br></div><div>Cheers,<br><br></div><div><div class="gmail_extra">/Pelle<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 November 2016 at 12:08, Robert Osfield <span dir="ltr"><<a target="_blank" href="mailto:robert.osfield@gmail.com">robert.osfield@gmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">On 3 November 2016 at 10:19, Sebastian Messerschmidt<br>
<span class="gmail-"><<a href="mailto:sebastian.messerschmidt@gmx.de">sebastian.messerschmidt@gmx.<wbr>de</a>> wrote:<br>
> I struggled with some instance data not being sent to the GPU (2 gigabytes<br>
> worth of data textures) resulting in stutter. I ended up using:<br>
> viewer->getDatabasePager()-><wbr>setDoPreCompile(true);<br>
<br>
</span>This only affects the handling of paged database, it has no effect on<br>
static databases.<br>
<span class="gmail-"><br>
> Maybe Robert can explain what is happening when using the pre-compiled<br>
> option is used. It helped with the textures for sure.<br>
<br>
</span>I've already gone into enough detail for the topic in hand. The only<br>
great detail I can provide on pre-compilation is the read the code and<br>
spell it out line by line.  OR... you could just open up an editor and<br>
read the code yourself.<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
Robert.<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a target="_blank" rel="noreferrer" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</div></div></blockquote></div><br></div></div></div>