Comment on Skateboard Tricks and Topological FlipsparentComments−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
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.