Hello I’m trying to rotate object with mouse drag around local Y axis when the button on rotation handle is pressed, but it’s not consistent I can’t rotate object full 360 angle and rotation is inconsistent. I’m using mousemove event with this rotation code entity.rotateLocal(0,e.dx * sensitivity,0).
Thanks in advance for help!