glDrawTexfOES cannot be rotated and vertex buffer objects have set uv coordinates which i cant change because of non-programmable shaders in GLES 1, how do i make animated rotatable sprites with spritesheets in GLES 1
thanks
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.
You can change uv coordinates with texture matrix.
But to rotate sprites – draw them as quads (using two triangles) and apply rotation matrix to vertex positions.