Git Product home page Git Product logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
It seems some devices don't support GL_GENERATE_MIPMAP, even though they claim 
support for GL 1.1.
Mike Miller came up with a simple solution to create them yourself. I couldn't 
find the original publication, but it's discussed in 
http://insanitydesign.com/wp/2009/08/01/android-opengl-es-mipmaps/.

I just added the new buildMipMap() method to Renderer.java and changed 
uploadTextureAndReturnId() to use it to generate MipMaps. As an added bonus 
this should also work on devices that don't support GL 1.1 at all.

The attached files just contain the two methods mentioned above.

Original comment by nienhs on 11 Nov 2010 at 2:53

Attachments:

from min3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
I would add that in my experience, to make this work must be given all the 
mipmap levels from 0 to n, where n is the texture size equal to 1

In addition, when it comes to the texture atlas, there may be white texture. 
Therefore, should also generate all the mipmaps every time you add a new 
texture to the atlas. Otherwise will be a problem.

And in my case, the best function to send texture is GLU.glTexImage..

sorry for my english :).

Original comment by [email protected] on 21 Apr 2011 at 4:37

from min3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.