Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifacts on vertices when rotating #4206

Open
NunezuJo opened this issue Mar 29, 2025 · 0 comments
Open

Artifacts on vertices when rotating #4206

NunezuJo opened this issue Mar 29, 2025 · 0 comments

Comments

@NunezuJo
Copy link

Description of bug / unexpected behavior

There are weird artifacts on vertices when rotating a Polyhedron

Expected behavior

clean vertices or edge tips

How to reproduce the issue

This is an example

example
class PolyhedronSubMobjects(ThreeDScene):
    def construct(self):
        self.set_camera_orientation(phi=75 * DEGREES, theta=30 * DEGREES)
        octahedron = Octahedron(edge_length = 3)
        octahedron.graph[0].set_color(RED)
        octahedron.faces[2].set_color(YELLOW)
        self.add(octahedron)
        self.play(Rotate(octahedron, angle=2*PI, axis=[0,1,0], about_point=octahedron.get_center(), rate_func=linear, run_time=4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant