Angular damping being applied to SpriteKit nodes despite setting value to zero
I have implemented a simple pendulum in SpriteKit that I want to continue swinging forever. I’ve set the angularDamping
of all of my physics bodies to 0
, but the pendulum still slows down (eventually coming to a complete stop). Here’s my code: