If it’s supposed to look like a circle, the issue is probably that your plane is square and your animation has non square dimensions. Instead of a square geometry, you should use a rectangular one with the same aspect ratio as your animation.
Easiest way to do this is to create your geometry like this: new PlaneGeometry( animationWIdth, animationHeight )