Commit graph

1371 commits

Author SHA1 Message Date
Sridhar Ramesh
e38ac24382 Unified display location (but not yet the code behind) labels in NumberPlane and ComplexPlane 2018-02-07 17:24:31 -08:00
Grant Sanderson
b5ba35b8eb Merge branch 'master' of github.com:3b1b/manim 2018-02-07 16:21:38 -08:00
Grant Sanderson
29962068db Bug fix to Line.insert_n_anchor_points 2018-02-07 16:21:28 -08:00
Grant Sanderson
dca03648ad Tiny changes to mobject 2018-02-07 16:21:11 -08:00
Grant Sanderson
81b8aff7bd Added print_mobject_family 2018-02-07 16:20:35 -08:00
Grant Sanderson
3175e7a7f3 Tiny cosmetic changes to transform 2018-02-07 16:20:16 -08:00
Ben Hambrecht
968b0dd811 fixed spacing issue in BackToEulerSumScene 2018-02-07 21:28:58 +01:00
Sridhar Ramesh
d1640ab1b2 Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-02-07 10:23:39 -08:00
Ben Hambrecht
082d67ec84 incremental progress 2018-02-07 18:09:36 +01:00
Ben Hambrecht
2c4fa36073 bug fixes in light. Finally working again! 2018-02-07 09:46:01 +01:00
Ben Hambrecht
8e0c84946f added getter and setter for VectorizedPoint's location 2018-02-07 09:45:36 +01:00
Ben Hambrecht
1e88bf3946 Merge branch 'master' into lighthouse2
# Conflicts:
#	topics/light.py -> resolved
2018-02-07 07:36:38 +01:00
Ben Hambrecht
87b7635988 bug fix session with Grant 2018-02-07 07:35:18 +01:00
Sridhar Ramesh
886af7cbeb Incremental 2018-02-06 17:59:39 -08:00
Grant Sanderson
341fad5e94
Merge pull request #112 from 3b1b/WindingNumber
Winding number
2018-02-06 12:55:03 -08:00
Grant Sanderson
cb9e249c6f Added some notes to light.py 2018-02-06 12:51:06 -08:00
Sridhar Ramesh
2aa5d9ae43 Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-02-06 12:44:46 -08:00
Sridhar Ramesh
6158ba6dcc Minor changes everywhere, incremental progress on WindingNumber 2018-02-06 12:44:38 -08:00
Grant Sanderson
58dc8f2f0d Going back and forth on how I want objects to be ordered in the 3d camera 2018-02-06 12:23:33 -08:00
Grant Sanderson
3f445cb14e Make remove_list_redundancies keep last-most occurance of an element rather than the first occurance 2018-02-06 12:23:01 -08:00
Grant Sanderson
4f322f3137 Added DEGREES to constants 2018-02-06 12:22:19 -08:00
Grant Sanderson
d81262e58a Make z_buff_func only round to the hundredths place, so small variations in z-coordiante not intended for z indexing don't mess things up 2018-02-06 12:22:03 -08:00
Grant Sanderson
9176d6e9d6
Merge pull request #111 from 3b1b/lighthouse2
Lighthouse2
2018-02-06 09:15:54 -08:00
Ben Hambrecht
ad5ffc5fdc debugged existing scenes, working on BackToEulerSum 2018-02-06 18:13:24 +01:00
frozar
2c85f66ddd [3D CAMERA] Add parameter to set the camera position. 2018-02-06 11:25:03 +01:00
frozar
fb458de37d [3D CAMERA] Add an example 'Rotation3d' to see the feature. 2018-02-06 11:25:03 +01:00
frozar
40d0fcc974 [3D CAMERA] New feature: give the possibility to change the center of rotation. 2018-02-06 11:25:03 +01:00
Ben Hambrecht
fa481a1cb8 removed playground to get it ignored 2018-02-06 11:15:41 +01:00
Ben Hambrecht
2899a1dbe8 added get_cartesian_coords 2018-02-06 11:14:20 +01:00
Ben Hambrecht
ad23f77701 extracted LightSource code into topics file 2018-02-06 11:14:09 +01:00
Ben Hambrecht
ceccddd262 fixed copying problem in animation 2018-02-06 11:13:55 +01:00
Ben Hambrecht
6a0b0c8742 added angle_between_vectors, project_along_vector 2018-02-06 11:13:37 +01:00
Ben Hambrecht
f16916e3ec Added example 3D scene 2018-02-06 11:13:10 +01:00
Ben Hambrecht
50d456c270 Transmitted changes from lighthouse 2018-02-06 11:12:50 +01:00
Sridhar Ramesh
5ea41c00ee Minor comments reworded/added 2018-02-02 10:13:22 -08:00
Grant Sanderson
4038fdacbb Added BackgroundColoredVMobject 2018-02-01 21:56:09 -08:00
Grant Sanderson
6829ff1152
Merge pull request #108 from 3b1b/WindingNumber
Z buffer sorting added to camera, set_background_by_func fixed, other small fixes
2018-02-01 21:17:30 -08:00
Sridhar Ramesh
b1a62a156c Incremental progress on WindingNumber, including adding helpful functions to helpers.py and number_line.py 2018-02-01 16:33:03 -08:00
Sridhar Ramesh
c9e0d8b839 Bug fixes on set_background_from_func (now computes screen dimensions correctly) 2018-02-01 16:32:19 -08:00
Sridhar Ramesh
5c0e71a728 Successions now correctly handle having zero animations 2018-02-01 16:29:28 -08:00
Sridhar Ramesh
c0bd5f049f Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-01-31 17:18:03 -08:00
Sridhar Ramesh
8a5ce2ced8 Improvements to camera.set_background_from_func, and incremental progress on WindingNumber 2018-01-31 17:17:58 -08:00
Grant Sanderson
19278fe613
Merge pull request #105 from frozar/helper_color
[HELPER] Add a color helper function
2018-01-31 11:16:38 -08:00
Grant Sanderson
d9e329e9dd
Merge pull request #106 from frozar/3D_zoom
[3D CAMERA] BUGFIX: Zoom
2018-01-31 11:15:17 -08:00
frozar
c5a93b4c86 [3D CAMERA] BUGFIX: take into account the camera distance in get_view_transformation_matrix(). 2018-01-31 17:50:13 +01:00
frozar
8962eb1344 [HELPER] Add a color helper function. 2018-01-31 15:39:12 +01:00
Grant Sanderson
717b3f9b80
Merge pull request #104 from 3b1b/WindingNumber
Minor internal changes to Succession
2018-01-30 21:00:16 -08:00
Sridhar Ramesh
c1dd5f1689 Incremental 2018-01-30 18:06:19 -08:00
Sridhar Ramesh
c28b81a230 Fixed bug in set_background_by_color_function 2018-01-30 18:06:05 -08:00
Sridhar Ramesh
634b28c485 Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-01-30 13:58:11 -08:00