ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
21.56k stars 1.58k forks source link

Reduce the resolution of `Dot3D` #1771

Closed Darylgolden closed 3 years ago

Darylgolden commented 3 years ago

Enhancement proposal

Currently, Dot3D uses the default Sphere resolution of (12, 24). Running a scene with lots of Dot3Ds, like a scene with polyhedra, takes incredibly long because of the high resolution. I think a resolution of (8, 8) is a good balance between speed and visual looks. After changing the resolution, the control data for some tests have to be regenerated.

Additional comments

joybh98 commented 3 years ago

Hi! Can I pick up this issue ? I am a newbie to this project and would like to contribute whatever I can!

hydrobeam commented 3 years ago

Sure! I've assigned you to this issue 👍