mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Final animation for Hilbert, I think
This commit is contained in:
@ -228,9 +228,8 @@ class XYZAxes(Mobject1D):
|
||||
)
|
||||
self.y_axis = self.x_axis.copy().rotate(np.pi/2, OUT)
|
||||
self.z_axis = self.x_axis.copy().rotate(np.pi/2, DOWN)
|
||||
|
||||
self.digest_mobject_attrs()
|
||||
self.pose_at_angle()
|
||||
|
||||
|
||||
|
||||
class SpaceGrid(Mobject1D):
|
||||
|
Reference in New Issue
Block a user