I’m trying to make a “spin the wheel” using SceneKit. The user drags the wheel around on a fixed point and the the wheel will maintain some momentum after the user let’s go while still slowing down.
I’ve found how to do this using SpriteKit but I’m not sure how to do it using SceneKit. Drag Rotate a Node around a fixed point