Final animation for Hilbert, I think

This commit is contained in:
Grant Sanderson
2016-01-15 11:46:45 -08:00
parent dcaf937717
commit 5ae6e8eb54
6 changed files with 444 additions and 15 deletions

View File

@ -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):