kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

[question] setPitch value between -1 and 1

namero999 opened this issue ยท 1 comments

commented

Hi, I'm building my own custom controller and I have analog joysticks to control orientation and translations. The docs say that I can pass values between -1 and 1 to the set{Pitch/Yaw/Roll} methods. Does that mean that a value of 0.5 for instance (proportional to the joystick position) will make the ship turn more slowly in that direction? Thanks!

commented

Yep that's exactly how it works.