All Questions
2 questions
3
votes
1
answer
244
views
OpenGL-based library
I've been working, for a month, on an OpenGL library called alpha++. Basically, it is a framework that allows the user to create 3D scenes easily.
I would like to ask your advice on how I could make ...
15
votes
1
answer
563
views
Virtual Texturing - Page Indirection Table
I'm working on a Virtual Texturing library for mobile devices based on OpenGL-ES.
This is the PageIndirectionTable, one of the library components I would like to ...