I am working on openGl in android and stuck with some issue. I have a image set on my screen now on double tap i want to zoom it and then apply scrolling. How do i do it without using a lot of memory. PLease suggest
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure that I understood the problem..but I have used simply gltranslate for scrolling. On each MOVE_EVENT I add the distance to local variable and use it in glTranslate