change start end angle for draft circle so that it animates from the oposite side to the handl

This commit is contained in:
Kurt Hutten Irev-Dev
2024-08-29 15:05:22 +10:00
parent 3e4316b614
commit 0d5a8aea93

View File

@ -1669,8 +1669,9 @@ export class SceneEntities {
center,
radius,
ccw: true,
startAngle: 0,
endAngle: Math.PI * 2,
// make the start end where the handle is
startAngle: Math.PI * 0.25,
endAngle: Math.PI * 2.25,
mesh: circleSegmentBodyDashed,
isDashed: true,
scale,