Hi all,
I’m working with WWJ 0.3 that uses (I think so) JOGL version 1.1.1-pre-20070918.
I was using this sentence:
SurfaceImage.this.textureData = TextureIO.newTextureData(iconStream, false, null);
(note the mipmap=false) to load texturadata that later I pass to a texture object.
With this, some images renders as white textures and some renders right.
I have changed the sentence putting mipmap to true and all renders right.
Is this a bug? I understand that mipmap doesn’t would affect that, no?
Thanks a lot.