Vessel Position returns Global Position relative to the Galactic Center Transform #117
Labels
bug
Something isn't working
probably fixed
Probably fixed, but should be confirmed
stale
Issue has not seen activity for 60 days
To recreate, compare the two vectors as follows:
CONSOLE.print_line("Vessel Global Position (Galactic Origin): " + vessel.global_position.to_local(galactic_origin()).to_string())
CONSOLE.print_line("Vessel Position (Main Body Celestial): " + vessel.position.to_string())
Currently I'm finding that the two vectors are identical when they should only match when you pass main_body.celestial_frame into the global position.
The text was updated successfully, but these errors were encountered: