<div dir="ltr"><div dir="ltr"><div dir="ltr">Robert,<div>Transparency wasn't an issue (that was a missing GL_BLEND) but there are a couple other interesting things I discovered with texture arrays:</div><div><br></div><div><br></div><div>1) After loading a GIF, I had to manually call image->setInternalTextureFormat(GL_RGBA8), otherwise I get this message and a blank texture:</div><div><br></div><div>Warning: Texture2DArray::applyTexImage2DArray_subload(..) given image do have wrong dimension or internal format.</div><div><br></div><div>The original internal texture format was "4" which doesn't appear to be legal even for glTexImage; perhaps glTexStorage is being more strict.</div><div><br></div><div><br></div><div>2) When using the LINEAR_MIPMAP_LINEAR minfilter, along with calling tex->setResizeNonPowerOfTwoHint(false), the image appears black and I see this message:</div><div><br></div><div>Warning: detected OpenGL error 'invalid operation' at StateSet::compileGLObejcts() compiling texture attribute Texture2DArray.<br></div><div><br></div><div><br></div><div>Again, these may just be glTexStorage strictly enforcing things that glTexImage was lenient about.</div><div><br></div><div>Glenn<br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Sep 14, 2018 at 8:56 AM Robert Osfield <<a href="mailto:robert.osfield@gmail.com">robert.osfield@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 14 Sep 2018 at 13:08, Glenn Waldron <<a href="mailto:gwaldron@pelicanmapping.com" target="_blank">gwaldron@pelicanmapping.com</a>> wrote:<br>
> False alarm on the transparency report -- sorry!<br>
<br>
That's a relief, didn't want to break the record of hearing of the<br>
first bug right after tagging a first release.<br>
<br>
Thanks for the testing,<br>
Robert.<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">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>
</blockquote></div>