JANISLAW 0 Posted July 29, 2022 Hey. I do have some questions about uniCapture and the code that generate when start recording Here is my sample: [[0,[4883.01,5314.19,152.607],[-0.409653,0.909205,-0.0743744],[-0.0365054,0.0651254,0.997209],[-5.95573,12.5623,0.117004]], I know first is frame time second is position on map and height but with others I have a bit of problem. If someone could explain me what digit mean what? The second is UnitDirectionVector, that’s fine. But I don’t get what digit I should change to face south instead of north. I would be happy if someone could explain me the numbers in UnitDirectionVector, UnitUpVector and UnitVelocity. Thank you. Share this post Link to post Share on other sites
sarogahtyp 1109 Posted July 29, 2022 Vector dir and up explanation: https://community.bistudio.com/wiki/setVectorDirAndUp Edit: read the comments and follow links for better understanding The velocity vector is just the speed in xyz directions in m/s 1 Share this post Link to post Share on other sites