2👍
✅
You can get the desired effect by commenting out the line
rotation = isLeft ? -0.5 * Math.PI : 0.5 * Math.PI;
in the source code.
Source:stackexchange.com
2👍
You can get the desired effect by commenting out the line
rotation = isLeft ? -0.5 * Math.PI : 0.5 * Math.PI;
in the source code.