Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to implement 3D map animation which is built on 256x256 tiles similar to what Google does in its Navigator. I want to use GLES2. Currently I have a 2048x1024 map bitmap that I load as a texture with 2 triangle strips and doing MVPMatrix transformations in vertex shader. That does not seem to work.

What would be the best approach for this kind of project?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.