You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the SquareToCircle example from the README, but it looks a bit odd. The top and bottom parts of the polygon displayed some visual artifacts midway during the transition, and the way it transitioned from a square to a circle unexpected.
It looks even weirder when using the OpenGL renderer. There's no horizontal symmetry this time, and there are even more obvious visual artifacts.
See the attached video below.
Expected behavior
The square should expand into a circle, rather than contracting towards the vertical centerline and flipping over itself. All points on one polygon should move towards the closest points on the target polygon. The transformation should preserve horizontal and vertical symmetry, which the original shapes have.
How to reproduce the issue
Run this slowed-down version of the example from the README file
Description of bug / unexpected behavior
I ran the SquareToCircle example from the README, but it looks a bit odd. The top and bottom parts of the polygon displayed some visual artifacts midway during the transition, and the way it transitioned from a square to a circle unexpected.
It looks even weirder when using the OpenGL renderer. There's no horizontal symmetry this time, and there are even more obvious visual artifacts.
See the attached video below.
Expected behavior
The square should expand into a circle, rather than contracting towards the vertical centerline and flipping over itself. All points on one polygon should move towards the closest points on the target polygon. The transformation should preserve horizontal and vertical symmetry, which the original shapes have.
How to reproduce the issue
Run this slowed-down version of the example from the README file
with this command:
For testing the OpenGL renderer, use:
Additional media files
Cairo
Key section is between 0:45 to 1:00
SquareToCircle.mp4
OpenGL
OpenGL.SquareToCircle.Manim.Demo.mp4
System specifications
System Details
python/py/python3 --version): 3.12pip list):Additional comments
A GIF on the README could help clarify whether this is intended behavior.