<div dir="ltr">Hi Curtis,<br><div class="gmail_extra"><br><div class="gmail_quote">On 18 August 2015 at 14:58, Curtis Rubel <span dir="ltr"><<a href="mailto:crubel@compro.net" target="_blank">crubel@compro.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">   With things the way they are now, its very strange.  I have a few sets<br>
of flight files that work and also a set that does not.  The dropbox<br>
link I put in my last post for the small flight test case, the dds textures<br>
do not load on the mac.   So it seems that this is not failing with<br>
all cases of pre-generated mipmaps.  Maybe there is something<br>
in how this was done in older versus newer versions of openflight<br>
or something.<br></blockquote><div><br></div><div>The way to look into this would be to take the same source model and convert it to .osgt with the older version and the new version and then compare.<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
What is the difference between using the pre-gen'd mipmaps and not<br>
using them?  Is there some sort of performance boost if the<br>
pre-gen'd ones are working properly, something has to be<br>
calculated on the fly as they are loading or something?<br></blockquote><div><br></div><div>Pre-generated mipmaps are more efficient for downloading to the GPU. <br><br></div><div>The alternative is to use glu to generate the mipmaps or get the driver/GPU to compute them.  All these opertions will end up with the same representation on the GPU as pre-generated mipmaps so the final memory footprint, visual quality and performance will be the same, the only difference will the CPU or GPU overhead associated with generating the mipmaps on the fly.<br></div><div><br></div><div>For a real-time graphics application the difference you'd see if that pre-generated mipmaps are less likely to cause a frame break when the texture is download for the first time.<br></div><div><br></div><div>Robert.<br></div></div></div></div>