Commit graph

1159 commits

Author SHA1 Message Date
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
Sridhar Ramesh
7a71927c90 Incremental progress 2018-01-30 13:55:59 -08:00
Grant Sanderson
65fbe17d4f Added set_background_by_color_function to camera 2018-01-30 13:51:22 -08:00
Sridhar Ramesh
9ebfeeaf4d Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-01-30 10:28:23 -08:00
Grant Sanderson
e1390692be Tiny cleanup 2018-01-29 21:29:36 -08:00
Grant Sanderson
7ad6ccaa49 Bug fixes to 3d display 2018-01-29 21:29:24 -08:00
Sridhar Ramesh
6b1fb89d16 Incremental progress 2018-01-29 18:13:11 -08:00
Sridhar Ramesh
426fb33b94 Small improvements 2018-01-29 18:12:51 -08:00
Sridhar Ramesh
f0ed90a884 Minor improvements to some details of Successor implementation 2018-01-29 17:56:30 -08:00
Grant Sanderson
10e76fd7d8
Merge pull request #94 from mirefek/master
Several simple bugfixes and features
2018-01-29 16:59:12 -08:00
Grant Sanderson
bc23fbc342
Merge branch 'master' into master 2018-01-29 16:59:00 -08:00
Grant Sanderson
24328374da
Merge pull request #98 from cclauss/resolve-undefined-names
Resolve undefined names in Python 2 and 3
2018-01-29 16:46:34 -08:00
Grant Sanderson
ea56569b24
Merge pull request #101 from 3b1b/WindingNumber
MObject and Scene are now derived from Container
2018-01-29 16:44:58 -08:00