i have a game world that is always moving down
with the player located in the center of the screen
i want the game world to rotate with the reference point
always centered of the player.
any ideas? my brain is hurting
i have a runtime that keep the world moving by
world.y = world.y + 0.25
and a runtime then rotates the world using the gyroscope
but changing the x and y reference point of the world doesnt seen to
be working for me
here’s an app that is simular to what i need
http://www.appitalism.com/app/apple-ios/414307-spinner-prologue/ [import]uid: 7911 topic_id: 34006 reply_id: 334006[/import]
[import]uid: 69826 topic_id: 34006 reply_id: 135233[/import]