We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are weird artifacts on vertices when rotating a Polyhedron
clean vertices or edge tips
This is an 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))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: