Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Texture Mipping #30

Open
ajluntz2 opened this issue Apr 5, 2017 · 0 comments
Open

Texture Mipping #30

ajluntz2 opened this issue Apr 5, 2017 · 0 comments
Milestone

Comments

@ajluntz2
Copy link
Collaborator

ajluntz2 commented Apr 5, 2017

The textures when viewed from afar should be mipped for lower quality when it isn't needed, this is commonly considered LOD (level of detail). The Texture2D object should automatically tell OpenGL to do this process for us, this task would be to use those mips and choose the level for depending on distance.

Another nice feature would be to reduce the LOD on the texture when frame rate suffers.

@ajluntz2 ajluntz2 added this to the Nice To Haves milestone Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant