Currently i am working in simple game application, using GL_Line to draw a line and its working fine, then i tried to add (Anchor) image, at the end of the line. but i cannot know, How to fix this?, so can any one help me?
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.
Why don’t you draw a textured quad to get this done?
You can just glTranslate to the end of the line and draw the quad.