I am not an expert in cocos2d….as cocos2d draw a 2d graphics than how can anyone identify one object is nearer than another from viewer??
can anyone help me….i have basic opengl graphics idea….
thanks
Rony
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.
When you add a node to a parent, you can set its z order:
A higher z order will be drawn first.
If you need to re-order a node after it’s been added, you can call reorderChild: