Hi,
I've had a look around but can't find a solution. I'm trying to get the camera to move via the iPhones gyro. And not just lean to the left or right, but full 360 movement.
Cheers
Dodge
Hi,
I've had a look around but can't find a solution. I'm trying to get the camera to move via the iPhones gyro. And not just lean to the left or right, but full 360 movement.
Cheers
Dodge

Start by looking at the Mobile Vehicle Example om how to read the values.
Cheers Snake,
Just got the example working with the UDK Remote so just looking at what does what! Wish I knew programming! haha
Still no luck =[
Not even sure where to start!

Figure out how to rotate the camera maybe?
My guess is to useminus the Forward and Strafe, where it affects camera,Forward = (((PlayerInput.aTilt.X * UnrRotToDeg) - 30.f) / 50.f) * -1.f;
Strafe = (PlayerInput.aTilt.Z * UnrRotToDeg) / 20.f;
Bookmarks