Jump to content
The simFlight Network Forums

banzaii

Members
  • Posts

    1
  • Joined

  • Last visited

About banzaii

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

banzaii's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. when i set new pos to msfs every (msfs) frame (this is only simple example code how my code works) while(1){ strPos POS; // 36bytes long struct contains long,lat,HPR and ALT POS.SetHead(POS.Head+1.f); // just rotate in headin WriteAndProcess(0x560, sizeof(strPos), &POS); } this make rotation but visually it not seems smooth and more worst is when i copy actual data thru ethernet to set them on another computer&simulator what you can advice me to improve this state? thanks a lot for answer banzaii
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.