Up to description of angle-preservation

This commit is contained in:
Grant Sanderson
2016-12-06 13:29:21 -08:00
parent b9f0e6aa48
commit ab75d251b9
4 changed files with 573 additions and 128 deletions

View File

@ -141,7 +141,7 @@ class Camera(object):
result = ""
for mob in [vmobject]+vmobject.get_subpath_mobjects():
points = mob.points
points = self.adjust_out_of_range_points(points)
# points = self.adjust_out_of_range_points(points)
if len(points) == 0:
continue
points = self.align_points_to_camera(points)