Ok on the flight. I thought I saw the issue. The 4 thrusters are spaced equally.
I launched from the Moon and it when straight up. So what is wrong?
---------- Post added 09-19-14 at 05:35 AM ---------- Previous post was 09-18-14 at 04:09 PM ----------
Since in space she flies straight. What would cause she to NOT fly straight on earth?
I found out that that the color scheme maybe wrong. The core should be a mainly orange like the Delta IV common core
Code:
th_main[0]= CreateThruster(_V(-2, -3.5, -37), _V(0, 0, 1), MAX_MAIN_THRUST, ph_main, ISP);
th_main[1] = CreateThruster(_V(-2, 3.5, -37), _V(0, 0, 1), MAX_MAIN_THRUST, ph_main, ISP);
th_main[2] = CreateThruster(_V(2, -3.5, -37), _V(0, 0, 1), MAX_MAIN_THRUST, ph_main, ISP);
th_main[3] = CreateThruster(_V(2, 3.5, -37), _V(0, 0, 1), MAX_MAIN_THRUST, ph_main, ISP);
thg_main = CreateThrusterGroup(th_main, 4, THGROUP_MAIN);
I launched from the Moon and it when straight up. So what is wrong?
---------- Post added 09-19-14 at 05:35 AM ---------- Previous post was 09-18-14 at 04:09 PM ----------
Since in space she flies straight. What would cause she to NOT fly straight on earth?
I found out that that the color scheme maybe wrong. The core should be a mainly orange like the Delta IV common core
Last edited: