Re: AWTTextureIO.newTexture() not creating mipmaps
Posted by
gouessej on
URL: https://forum.jogamp.org/AWTTextureIO-newTexture-not-creating-mipmaps-tp4029093p4033259.html
chrtom wrote
It seems the Texture class does NOT call glGenerateMipmap automatically. I had to do it manually.
There are several ways of generating mipmaps and if you set mipmap to true when calling AWTTextureIO.newTexture(), it will generate the mipmaps.