hassata Posted October 15, 2010 Posted October 15, 2010 Hi: Can anyone provide a brief explanation of what affects what? Snap[11][13] = {} Snap[11][13]["y_trans"] = -0.041336805555555564 Snap[11][13]["x_trans"] = 0.36 Snap[11][13]["hAngle"] = 0 Snap[11][13]["viewAngle"] = 83.0 Snap[11][13]["vAngle"] = -23 Snap[11][13]["rollAngle"] = 0 Snap[11][13]["z_trans"] = 0 I'm specifically interested in moving 'up' in the cockpit, and also shifting the viewing angle up a bit. I think the second can be achieved by Snap[11][13]["vAngle"] = -23 to (e.g.) Snap[11][13]["vAngle"] = -15 (would 0 be looking straight ahead?) Thanks [sIGPIC][/sIGPIC]
Nate--IRL-- Posted October 15, 2010 Posted October 15, 2010 y_trans is what you are looking I think. I explained it all recently in another thread, but can't find it now, sorry. vAngle is the tilt, so 0 is centred on the horizon. Nate Ka-50 AutoPilot/stabilisation system description and operation by IvanK- Essential Reading
hassata Posted October 15, 2010 Author Posted October 15, 2010 Thanks Here is your post from the GD thread. Think this is it, not sure. Snap[11][13] = {} Snap[11][13]["y_trans"] = Up/Down position Snap[11][13]["x_trans"] = FWD/Back position Snap[11][13]["hAngle"] = Up/down tilt Snap[11][13]["viewAngle"] = FOV Snap[11][13]["vAngle"] = Left/right tilt? Snap[11][13]["rollAngle"] = Roll angle Snap[11][13]["z_trans"] = left/right position Nate [sIGPIC][/sIGPIC]
desmoflex Posted March 7, 2011 Posted March 7, 2011 hi hassata, have you been able to "move a liitle bit up" in the cockpit? which of these options will do the trick? Snap[11][13] = {} Snap[11][13]["y_trans"] = Up/Down position Snap[11][13]["x_trans"] = FWD/Back position Snap[11][13]["hAngle"] = Up/down tilt Snap[11][13]["viewAngle"] = FOV Snap[11][13]["vAngle"] = Left/right tilt? Snap[11][13]["rollAngle"] = Roll angle Snap[11][13]["z_trans"] = left/right position i tried y_trans but i was not able to move up just a little bit. unfortunately searching the forum did not provide an answer. thanks for your time desmo
hassata Posted March 7, 2011 Author Posted March 7, 2011 Check here: http://forums.eagle.ru/showpost.php?p=1125761&postcount=10 [sIGPIC][/sIGPIC]
Recommended Posts