Comment on Skateboard Tricks and Topological FlipsparentComments−fokinsean5yRight, I know the difference between pop/non-pop in action, but the animations look the same.Also "shuvit" distinction is just a synonym−psychomugs5yThe transformations are only rotations; the vertical translation in the animations is just hardcoded as a half-period of a sine wave.Setting the `vertical` flag to `False` in skateAnimation.py:generate_frames removes the pop.
Comments
Right, I know the difference between pop/non-pop in action, but the animations look the same.
Also "shuvit" distinction is just a synonym
The transformations are only rotations; the vertical translation in the animations is just hardcoded as a half-period of a sine wave.
Setting the `vertical` flag to `False` in skateAnimation.py:generate_frames removes the pop.