simondlevy / MulticopterSim

Multi-language multirotor flight simulator using UnrealEngine
MIT License
124 stars 53 forks source link

Spin propellers #6

Closed simondlevy closed 5 years ago

simondlevy commented 5 years ago

https://github.com/simondlevy/MulticopterSim/blob/master/Source/MulticopterSim/VehiclePawn.cpp#L153

simondlevy commented 5 years ago

Fixed by using SetRelativeRotation() instead off AddRelativeRotation()