3b1b / 3b1b/manim

Rotating a Circle about UP axis breaks the rendering

Aperta
#2,130 5 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
93.8k
Fork
7.7k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

### Describe the bug

When a circle is rotated about the UP axis it breaks the rendering, it seems to end up displaying the triangles where the line is usually rendered, but it colors the whole triangle instead of just the circle (this happens at around -45 degrees)
**Code**:

```
from manimlib import *

class Test(Scene):
def construct(self):
circle = Circle()
self.add(circle)
self.play(Rotate(circle, -45*DEGREES, UP))
self.wait(5)

test = Test()
test.construct()
```
**Wrong display or Error traceback**:

![image](https://github.com/3b1b/manim/assets/81390369/4623a24b-1bc7-4d2e-bb71-cf402a05b8d4)
Ignore the grey tint.

### Additional context

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.