Commit graph

405 commits

Author SHA1 Message Date
Grant Sanderson
f2f5535bc0 Makes is so PiCreatureScene PiCreature configuration happens in CONFIG, not by redefining create_pi_creature 2018-03-08 13:34:22 -08:00
Grant Sanderson
51e8abf756 Some additions to TeacherStudentScene 2018-03-06 18:25:28 -08:00
Grant Sanderson
f7a079432f
Merge pull request #150 from 3b1b/WindingNumber
Winding number
2018-03-06 13:46:15 -08:00
Grant Sanderson
e6591389d0
Revert "Add 3D graphing via square approximation." 2018-03-05 20:43:40 -08:00
Grant Sanderson
d43fc0faa4
Merge pull request #145 from ddxtanx/threeD
Add 3D graphing via square approximation.
2018-03-05 20:33:33 -08:00
Grant Sanderson
aba43479f0 Poor man's merge 2018-03-05 20:25:01 -08:00
Grant Sanderson
86f81a2ede Add warning about light_source 2018-03-05 20:14:43 -08:00
Grant Sanderson
3944c8a2d8 Merge branch 'lighthouse-grant' into lighthouse2 2018-03-05 20:11:45 -08:00
Grant Sanderson
feac46e83b Merge branch 'lighthouse2' into lighthouse-grant 2018-03-05 19:45:55 -08:00
Garrett Credi [ddxtanx]
cc63caeec0 Improve readability of three_dimensions 2018-03-05 20:51:55 -06:00
Garrett Credi [ddxtanx]
e003bf5c47 Add 3D graphing via square approximation. 2018-03-05 18:53:13 -06:00
Grant Sanderson
d0b32a9eb9 Randomize patron names 2018-03-04 10:43:35 -08:00
Grant Sanderson
74f3beca7c Makes Patron names show up lower to start 2018-02-28 21:39:25 -08:00
Sridhar Ramesh
eb09b57356 Synced the display of cComplexPlanes to the way NumberPlanes display. However, the code should further be merged at some point 2018-02-28 19:48:08 -08:00
Grant Sanderson
d7b84b0507 Simpler move_lighthouse_to 2018-02-27 22:39:50 -08:00
Grant Sanderson
ec4bf7b504 Fixed(?) Spotlight.update_sectors 2018-02-27 13:56:22 -08:00
Ben Hambrecht
80b35918cf tweaking PondScene 2018-02-27 18:48:55 +01:00
Ben Hambrecht
74742ce5b4 Merge branch 'master' into lighthouse2
# Conflicts:
#	camera/camera.py
#	helpers.py
2018-02-27 12:38:05 +01:00
Grant Sanderson
c2b3e3f3e0 Changed mobject of ScreenTracker 2018-02-26 23:34:42 -08:00
Grant Sanderson
ae41269d36 Merge branch 'master' of github.com:3b1b/manim into lighthouse-grant 2018-02-26 19:04:09 -08:00
Grant Sanderson
14f531086c Finished FirstLighthouseScene 2018-02-26 19:02:12 -08:00
Grant Sanderson
226f0153bd Enabled coloring of the point in a GrowFromPoint animation 2018-02-26 19:01:44 -08:00
Grant Sanderson
0c7c324271
Merge pull request #140 from 3b1b/WindingNumber
Winding number
2018-02-26 16:23:50 -08:00
Sridhar Ramesh
07214127d8 Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber 2018-02-26 16:01:49 -08:00
Ben Hambrecht
a06c9d32d9 microedits (not yet working) 2018-02-27 00:22:21 +01:00
Grant Sanderson
148c808b76 Merge branch 'lighthouse2' of github.com:3b1b/manim into lighthouse2 2018-02-26 11:59:32 -08:00
Grant Sanderson
26388d35f4 Merge branch 'master' of github.com:3b1b/manim into lighthouse2 2018-02-26 11:59:06 -08:00
Grant Sanderson
2ff564af39 Merge branch 'master' of github.com:3b1b/manim into lighthouse-grant 2018-02-26 11:39:51 -08:00
Ben Hambrecht
123b45298a microedits 2018-02-26 18:39:33 +01:00
Grant Sanderson
8c5bd4ecc9 Doesn't count PiCreatureScene blinks as animations (that are counted up for -n purposes) 2018-02-23 11:06:45 -08:00
Ben Hambrecht
497961082e curved arcs can now handle negative angles 2018-02-23 19:27:59 +01:00
Ben Hambrecht
72efc2cad9 classes ArcBetweenPoints, CurvedArrow, CurvedDoubleArrow
This makes it easier to draw arcs
2018-02-23 18:36:54 +01:00
Ben Hambrecht
d416890fbc added synonym for number line labels 2018-02-22 23:02:54 +01:00
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
Ben Hambrecht
3bdeeafe2d resolved conflict
# Conflicts:
#	topics/light.py
2018-02-20 23:12:04 +01:00
Grant Sanderson
7fe0f0650a ... 2018-02-20 11:30:59 -08:00
Ben Hambrecht
fe1c3ca0f9 3D anims of LightSource fixed (everything faces the camera again) 2018-02-20 17:44:33 +01:00
Ben Hambrecht
5e9ab3a6ce ScreenScalingScene 2018-02-20 11:21:01 +01:00
Ben Hambrecht
935ae923ca Revert "edits that broke light.py"
This reverts commit ea6dc69577.
2018-02-19 15:36:16 +01:00
Ben Hambrecht
b0d9a1eaac Revert "Lighthouse now also stable under camera rotations"
This reverts commit 75fd78cefc.
2018-02-19 15:34:11 +01:00
Ben Hambrecht
3b99207172 Revert "Ambient light now also stable under camera rotations"
This reverts commit f178a6981c.
2018-02-19 15:30:33 +01:00
Ben Hambrecht
ea6dc69577 edits that broke light.py 2018-02-19 15:30:21 +01:00
Ben Hambrecht
3caa58cd0b Merge branch 'master' into lighthouse2 2018-02-19 09:17:06 +01:00
Ben Hambrecht
f178a6981c Ambient light now also stable under camera rotations 2018-02-17 21:13:50 +01:00
Ben Hambrecht
75fd78cefc Lighthouse now also stable under camera rotations 2018-02-17 20:09:09 +01:00
Ben Hambrecht
9e0b4d285e Merge branch 'master' into lighthouse2 2018-02-16 11:41:08 +01: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
Ben Hambrecht
a3d21911fd Merge branch 'master' into lighthouse2 2018-02-15 09:38:38 +01:00
Grant Sanderson
8224b9ba3f Moved Car code out of eoc/chapter2 2018-02-13 21:38:10 -08:00