- Home /
Question by
Amal_Joy · Aug 01, 2019 at 03:19 AM ·
networkingquaternionprogrammingdatabytearray
How to convert a quaternion to byte array ?
i want to convert a quaternion to byte array and vice versa. What most simple method to do this?
Comment
Answer by msue2 · Aug 01, 2019 at 07:02 AM
There is no simple way to convert a struct, but the problem can be reduced to converting floats, since a quaternion is defined by 4 float values.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
MultiPlayer Game Network ? 1 Answer
Receive value from UDP connection 0 Answers
ClientRPC not getting sent. 0 Answers