Commit graph

357 commits

Author SHA1 Message Date
Sridhar Ramesh
9927f22645 Fixed small bug in Arc, where end and start were swapped in adding tips 2018-02-21 17:11:53 -08:00
Grant Sanderson
7fe0f0650a ... 2018-02-20 11:30:59 -08:00
Grant Sanderson
0fdfb55258 Merge branch 'master' of github.com:3b1b/manim into uncertainty 2018-02-15 18:36:41 -08:00
Grant Sanderson
49049ca249 Added binary search solution to case where input_to_graph_point doesn't take in a graph 2018-02-15 16:13:32 -08:00
Grant Sanderson
8224b9ba3f Moved Car code out of eoc/chapter2 2018-02-13 21:38:10 -08:00
Sridhar Ramesh
0e03185f4e Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-02-13 15:48:57 -08:00
Grant Sanderson
921dc1a6d7
Merge pull request #109 from frozar/3D_camera_moving
[3D CAMERA] Center of rotation
2018-02-13 15:46:21 -08:00
Grant Sanderson
e98252dfa6
Merge pull request #120 from mirefek/master
yet another simple fixes / improvements
2018-02-13 15:44:24 -08:00
Grant Sanderson
fbec114f67 Small uncertainty additions 2018-02-13 15:39:57 -08:00
Grant Sanderson
e07fecc2f9 ThreeDMobject color fix 2018-02-13 15:39:31 -08:00
Sridhar Ramesh
4f3bc46b5d Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-02-12 13:53:51 -08:00
mirefek
ebc53e3948 add requirements for BraceLabel 2018-02-12 22:33:41 +01:00
Grant Sanderson
5e25ecd33c Tiny changes 2018-02-10 22:19:00 -08:00
Grant Sanderson
c9ff83920c Updated ThreeDCamera methods for new color scheme 2018-02-10 21:43:55 -08:00
Ben Hambrecht
5b395853b7 changes to how the sectors are redrawn 2018-02-09 07:56:49 +01:00
Sridhar Ramesh
24dacb4b07 Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-02-08 12:54:36 -08:00
Ben Hambrecht
87811976d4 Merge branch 'master' into lighthouse2
# Conflicts:
#	.gitignore -> resolved
2018-02-08 12:07:33 +01:00
Ben Hambrecht
7871e557d2 bug fixes 2018-02-08 12:04:53 +01:00
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
29962068db Bug fix to Line.insert_n_anchor_points 2018-02-07 16:21:28 -08:00
Ben Hambrecht
2c4fa36073 bug fixes in light. Finally working again! 2018-02-07 09:46:01 +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
Grant Sanderson
cb9e249c6f Added some notes to light.py 2018-02-06 12:51:06 -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
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
40d0fcc974 [3D CAMERA] New feature: give the possibility to change the center of rotation. 2018-02-06 11:25:03 +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
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
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
frozar
c5a93b4c86 [3D CAMERA] BUGFIX: take into account the camera distance in get_view_transformation_matrix(). 2018-01-31 17:50:13 +01: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
Grant Sanderson
bc23fbc342
Merge branch 'master' into master 2018-01-29 16:59:00 -08:00
Grant Sanderson
d52776a0a7 Fixed numerals merge issue 2018-01-29 12:17:25 -08:00
Grant Sanderson
28ba8fea9c Fixed alignment of Decimal unit 2018-01-29 12:05:59 -08:00
Ben Hambrecht
ad2b1c3933 Merge branch 'master' into lighthouse 2018-01-29 19:49:40 +01:00
Grant Sanderson
32b46e078c Small adjustments to VMobject.insert_n_anchor_points 2018-01-28 16:27:07 -08:00
mirefek
3d9f370bce Feature: DashedMObject 2018-01-28 20:31:55 +01:00
mirefek
700d62c7ca Feature: BraceLabel, BraceText -- Packed brace with its label + several useful
methods
2018-01-28 16:53:17 +01:00
Ben Hambrecht
e139d54ba9 Added Ellipse 2018-01-27 19:09:59 +01:00
Ben Hambrecht
526929098a added method for setting path arc of a Line 2018-01-27 13:29:39 +01:00
Ben Hambrecht
c051749905 old Integer implem lingering around 2018-01-27 13:29:20 +01:00
bhbr
65eba27ab5 Merge remote-tracking branch 'origin/lighthouse' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-26 19:32:55 +01:00
bhbr
98982d20e0 Merge branch 'master' into lighthouse
# Conflicts:
#	topics/geometry.py
2018-01-26 19:29:06 +01:00
Grant Sanderson
3e34c29509 Bug fix to PiCreatureScene handling bubbles 2018-01-25 23:50:32 -08:00
Ben Hambrecht
a24738be18 Merge branch 'master' into lighthouse 2018-01-25 23:33:17 +01:00