munawarb / Three-D-Velocity

a fighter jet flight Simulator for the blind and visually Impaired
GNU Affero General Public License v3.0
24 stars 18 forks source link

Convert double to float values in accordance with XAudio2 #97

Closed munawarb closed 5 years ago

munawarb commented 5 years ago

TDV uses double values for all of its fields. These should be converted to float values, the benefits being that the game will naturally conform to expected input to XAudio2 and also the payload sent to the server will be greatly reduced since float values are only four bytes in size, compared to double values which are eight bytes. This is ongoing work as part of #91.