Hi,
I need to implement next function:
It should move sprite. As I researched should use glTranslatef function. But when I call glTranslatef(0, 0, 0); sprite don't displays in left down corner of the screen
I suggest need to convert translate matrix to iphone screen (320*480)
So, How to solve my problem?
I need to implement next function:
PHP:
- (void)moveTo: (int)posX: (int)posY;
I suggest need to convert translate matrix to iphone screen (320*480)
So, How to solve my problem?