Commit graph

23 commits

Author SHA1 Message Date
Grant Sanderson
62f0a20843 Dumb perspective hack 2018-08-28 09:43:45 -07:00
Grant Sanderson
9960ae177c Added option for projection type to ThreeDCamera 2018-08-27 16:31:36 -07:00
Grant Sanderson
90b21a4a8a Better ThreeDCamera.add_fixed_orientation_mobjects 2018-08-23 14:44:22 -07:00
Grant Sanderson
98801413e9 Fixed camera bugs 2018-08-22 21:22:50 -07:00
Grant Sanderson
7912f6f2d3 Implmented ThreeDScene.add_fixed_orientation_mobjects and ThreeDScene.add_fixed_in_frame_mobjects 2018-08-22 14:48:42 -07:00
Grant Sanderson
0149f4a496 Better ThreeDVMobject implementation 2018-08-21 19:58:48 -07:00
Grant Sanderson
6f57a8bc5e Performance improvements to 3d constructs 2018-08-16 22:25:51 -07:00
Grant Sanderson
daffec0034 Fixed projection 2018-08-15 21:55:42 -07:00
Grant Sanderson
365093c0b5 np.linalg.norm -> get_norm 2018-08-15 17:30:24 -07:00
Grant Sanderson
f926611d34 Added preliminary 3d animation abilities with (as of now poorly shaded) parametric curves 2018-08-15 16:23:29 -07:00
Grant Sanderson
3ba33d543e Fixed some ThreeDCamera bugs 2018-08-12 19:04:52 -07:00
Grant Sanderson
d551fa6b24 Updated background_colored_vmobject displaying 2018-08-11 20:54:27 -07:00
Grant Sanderson
22d889f6dc Fixed some camera bugs 2018-08-11 19:20:09 -07:00
Grant Sanderson
0a423f7736 Updated ThreeDCamera color methods 2018-08-11 16:52:37 -07:00
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
Grant Sanderson
2eebaccde2 Small setup for possible shift to general camera implementation 2018-06-11 10:41:04 -07:00
Grant Sanderson
13d7228918 Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db5, reversing
changes made to c8c6e6d9ba.
2018-05-21 12:11:46 -07:00
Ben Hambrecht
b2b66947db reverted to earlier version 2018-05-16 21:17:14 +02:00
Grant Sanderson
ecd48d885e Start tracking pixel_height and pixel_width instead of pixel_shape, since all uses of it involved unpacking anyway, and the ordering makes it harder to read and edit. 2018-05-14 13:52:44 -07:00
Grant Sanderson
f04b2e270c Refactoring how Camera frame height and width are handled 2018-05-11 17:41:37 -07:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
Grant Sanderson
01ef5fc2c7 Several import fixes 2018-04-01 10:51:54 -07:00
Grant Sanderson
ca7930740b Factored probability and three_d constructs out of topics/ 2018-04-01 10:45:41 -07:00
Renamed from topics/three_dimensions.py (Browse further)