|
5a0e5a16ea
|
Merge pull request #1667 from TurkeyBilly/master
Overridden add operations for mobjects
|
2021-11-01 13:17:16 -07:00 |
|
|
6766e459f2
|
Update vectorized_mobject.py
|
2021-10-31 20:03:04 +08:00 |
|
|
5d942d5ac0
|
Update vectorized_mobject.py
|
2021-10-31 18:42:14 +08:00 |
|
|
b285ca7c22
|
Update vectorized_mobject.py
|
2021-10-31 18:38:23 +08:00 |
|
|
c60e97ebf9
|
Update vectorized_mobject.py
|
2021-10-22 20:58:19 +08:00 |
|
|
c94ebaa260
|
Update vectorized_mobject.py
|
2021-10-22 20:03:58 +08:00 |
|
|
030fb52018
|
Update vectorized_mobject.py
|
2021-10-22 20:03:05 +08:00 |
|
|
6cdbe0d67a
|
Have image mobject remember the filepath to the Image
|
2021-10-15 12:08:30 -07:00 |
|
|
329d2c6eae
|
Make sure stroke width is always a float
|
2021-10-11 06:23:03 -07:00 |
|
|
2d115a2c90
|
Small cleanup
|
2021-10-11 06:22:26 -07:00 |
|
|
ed1fc4d5f9
|
Add bounding box as exceptional key to point_cloud mobject
|
2021-10-05 14:17:24 -07:00 |
|
|
a4afbfd739
|
Small fixes to PMobject
|
2021-10-03 10:27:34 -07:00 |
|
|
5f878a2c1a
|
Fix match_style
|
2021-10-03 10:27:06 -07:00 |
|
|
b543cc0e32
|
Temporary fix for PMobject array resizing
|
2021-10-01 12:33:52 -07:00 |
|
|
d45ea28dc1
|
Fix DotCloud.set_radii
|
2021-10-01 12:33:20 -07:00 |
|
|
d8378d8157
|
Use approximately_smooth by default
|
2021-08-21 10:35:50 -07:00 |
|
|
40290ada83
|
Remove unused parameter
|
2021-08-19 08:37:40 -07:00 |
|
|
71f018dfff
|
Add TrueDot
|
2021-07-28 07:31:31 -07:00 |
|
|
b3ae517a05
|
Take in u_range and v_range as arguments to ParametricSurface
|
2021-07-28 07:31:10 -07:00 |
|
|
d54b796154
|
Change default to non-flat stroke
|
2021-05-07 16:07:49 -07:00 |
|
|
09579fcd3e
|
Not a great long-term fix, but flipping should always refresh the triangulation
|
2021-03-24 13:58:52 -07:00 |
|
|
0e326c7ac5
|
Return stroke_width as 1d array
|
2021-03-18 17:34:36 -07:00 |
|
|
d06b3769b8
|
Added Mobject.set_color_by_rgba_func
|
2021-02-25 08:46:56 -08:00 |
|
|
dba0550da5
|
Merge branch 'TonyCrane-package-improve'
|
2021-02-11 10:54:30 -08:00 |
|
|
787b3be357
|
Make sure VMobject.set_fill returns self
|
2021-02-10 16:57:41 -08:00 |
|
|
ddda43e03e
|
update
|
2021-02-09 09:21:29 +08:00 |
|
|
00e9c426ff
|
Fix Surface.pointwise_become_partial bug
|
2021-02-07 18:14:23 -08:00 |
|
|
e8f288f753
|
Fix for ShowCreation on SGroups, like Cube
|
2021-02-07 17:52:56 -08:00 |
|
|
1084dfb681
|
Partial fix for Surface.pointwise_become_partial, and hence for ShowCreation() on surfaces
|
2021-02-07 17:46:04 -08:00 |
|
|
cbe016391b
|
delete old entry point file and add __init__ for folders
|
2021-02-07 17:48:51 +08:00 |
|
|
514301e0af
|
Allow make_smooth and other kwargs for VMobject.apply_function
|
2021-02-05 19:58:02 -08:00 |
|
|
71f328c7ef
|
Factor out approximate smoothing to VMobject.make_approximately_smooth function
|
2021-02-05 19:48:43 -08:00 |
|
|
66817c4e2b
|
Add alternate smoothing options
|
2021-02-05 16:29:07 -08:00 |
|
|
25cd846356
|
Fix and simplify get_smooth_quadratic_bezier_handle_points so that VMobject.make_smooth works better
|
2021-02-05 15:25:17 -08:00 |
|
|
f05f94fbf5
|
spreading the change onto 2 more decorators
|
2021-02-05 11:52:21 +01:00 |
|
|
5eafed2c31
|
Make ParametricSurface a subclass of Surface, and reframe other 3d mobjects to subclass Surface instead of ParametricSurface
|
2021-02-04 12:36:35 -08:00 |
|
|
f13c41bcbb
|
DotCloud improvements
|
2021-02-03 15:58:27 -08:00 |
|
|
7dffa24acd
|
Only reorient points for triangulation if the normal vector is not OUT
|
2021-02-03 14:18:58 -08:00 |
|
|
59af903f14
|
Reorganize the interaction between CameraFrame and shader perspective transforms, along with some keyboard interactions for panning
|
2021-01-18 16:39:29 -08:00 |
|
|
9c524fe3a7
|
Be sure Mobject.set_points and Mobject.set_data returns self
|
2021-01-18 08:06:33 -10:00 |
|
|
86bfa4c39c
|
Improvements to DotCloud
|
2021-01-17 13:40:52 -10:00 |
|
|
d4c89e520f
|
Reorganize methods and how triangulation gets refreshed
|
2021-01-15 08:55:19 -10:00 |
|
|
7b67f4556b
|
Reorganize Mobject methods and remove ones that are not longer needed
|
2021-01-14 14:15:58 -10:00 |
|
|
d53dbba346
|
Always call super for init_data
|
2021-01-14 01:01:13 -10:00 |
|
|
38b305bb19
|
Fix issue with pointwise_become_partial
|
2021-01-13 09:21:22 -10:00 |
|
|
00333d0a4d
|
Bug fix
|
2021-01-13 00:09:56 -10:00 |
|
|
d60ec48591
|
Track/interpolate uniforms the same way data is
|
2021-01-12 12:15:32 -10:00 |
|
|
ba8fb4a6b7
|
check_data_alignment by default
|
2021-01-12 11:21:57 -10:00 |
|
|
ca1c2f7797
|
Return unit normal as 1d vector
|
2021-01-12 11:13:41 -10:00 |
|
|
0d238417cb
|
Allow locking data to speed up some animations
|
2021-01-12 11:09:53 -10:00 |
|