The collision is shifted during animation (SOLVED)

I use kinematics collision in 3D for the door and when the door turns the collision shifts

go.animate(".", "euler.y", go.PLAYBACK_ONCE_FORWARD, 
 60, go.EASING_LINEAR, 1,5)


2022-08-14 10.34.39

2 Likes

i set origin to 0 and put all in go in another go and change it origin
Снимок экрана 2022-08-14 в 13.03.35
thanks to @megalanthus for help

2 Likes