- Messages
- 13
- Country

Hello everyone.
First of all, thanks to the developers of this forum, as they have allowed me to get closer to the small, big world of simulation design. Although I'm getting older, I continue to study and learn in this fascinating world. Well, let's get to the point.
My project consists of modeling a low-poly aircraft in Blender, exporting it to MSFS2020, and moving it (currently on the ground) following the position (LLA) and orientation (yaw-pitch-bank) data previously recorded in a file, with the user aircraft, at 1-second intervals. The peculiarity of the project is that I want to pass quaternions for the rotations, not Euler angles. I'm at that point now.
I'm using MSFS2020 1.38.2.0 and SDK 0.24.5, which includes SimConnect.dll v11.0.62651.3. The working environment is VB.NET in Visual Studio, and I can't find the appropriate variable or units in the SDK to define the quaternions and then send them to the plane using SetDataOnSimObject. I know it can be done, but I don't know if the SDK-SimConnect version allows it.
I'd like to know if there's a more up-to-date downloadable version of the SDK for MSFS 2020 version 1.38.2.0 because I can't find it.
Regards.
First of all, thanks to the developers of this forum, as they have allowed me to get closer to the small, big world of simulation design. Although I'm getting older, I continue to study and learn in this fascinating world. Well, let's get to the point.
My project consists of modeling a low-poly aircraft in Blender, exporting it to MSFS2020, and moving it (currently on the ground) following the position (LLA) and orientation (yaw-pitch-bank) data previously recorded in a file, with the user aircraft, at 1-second intervals. The peculiarity of the project is that I want to pass quaternions for the rotations, not Euler angles. I'm at that point now.
I'm using MSFS2020 1.38.2.0 and SDK 0.24.5, which includes SimConnect.dll v11.0.62651.3. The working environment is VB.NET in Visual Studio, and I can't find the appropriate variable or units in the SDK to define the quaternions and then send them to the plane using SetDataOnSimObject. I know it can be done, but I don't know if the SDK-SimConnect version allows it.
I'd like to know if there's a more up-to-date downloadable version of the SDK for MSFS 2020 version 1.38.2.0 because I can't find it.
Regards.

