5955 Commits

Author SHA1 Message Date
31b6affabb Push up pointwise styling update 2024-08-08 13:56:16 -07:00
cff3bdf8d4 Remove unnecessary flat stroke option 2024-08-08 13:55:48 -07:00
9f54b85c4e Change miter threshold to global constant 2024-08-08 13:55:25 -07:00
c345d76de0 Patch for glitches associated with non-flat stroke when tangency direction lines up with camera view 2024-08-08 11:36:28 -05:00
1ff758dea8 Remove (no longer necessary) specifications of non-flat stroke for 3d things 2024-08-07 15:06:10 -05:00
bf43a648a4 Allow for setting flat stroke in VMobject.set_stroke 2024-08-07 14:54:37 -05:00
099aaaee43 Increase polyline factor 2024-08-07 14:46:26 -05:00
70862a068f Don't buff out stroke width by antialias width 2024-08-07 14:46:17 -05:00
f677a02036 Allow for manually setting miter or bevel joints 2024-08-07 14:45:55 -05:00
bc91e91634 In get_euler_angles, add edge case for gimbal lock on the low side 2024-08-07 14:11:10 -05:00
0a43a3ff9a Remove unnecessary stroke vert input 2024-08-07 14:10:50 -05:00
e130625b9b Handle edge case of single point passed into approx_smooth_quadratic_bezier_handles 2024-08-07 12:12:29 -05:00
0dcf630222 Change default to non-flat stroke rendering 2024-08-07 11:23:37 -05:00
61a2b4d0da Improve flat stroke for sharp corners with a smooth transition to miter joints 2024-08-07 10:34:47 -05:00
edb438e5e2 Further clean up to stroke shader 2024-08-06 15:45:21 -05:00
ec88673e92 Fix kink issue in flat stroke 2024-08-06 10:41:31 -05:00
44ec9933b7 Small format fix 2024-08-06 10:39:23 -05:00
4ff61ed561 Default approximate smoothing (non-approx has a bug in 3d) 2024-08-06 10:27:35 -05:00
4223bb6320 Small cleanup on TracedPath 2024-08-06 10:23:46 -05:00
b45c71d3c2 Account for Gimbal lock in panning 2024-08-05 16:58:03 -05:00
2b6ec2d95f Add spacing on assert lines 2024-08-05 15:01:20 -05:00
a5926195ee Clean up stroke shader 2024-08-05 15:01:02 -05:00
557819ad03 Remove pre-computation of curve points and joint products 2024-08-05 14:25:15 -05:00
f363eaa2fd Add stand in for a ribboning effect 2024-08-05 13:37:34 -05:00
c61c18486c Don't bevel corners on inner joints of quadratic bezier curves 2024-08-05 13:37:17 -05:00
26249c34bb Have non-flat stroke operate based on projecting tangents 2024-08-05 09:15:06 -05:00
b3bbc31ea9 Small clean up to stroke shaders 2024-08-03 08:12:00 -05:00
71814a118b Fix dot updater in graph example 2024-08-01 07:56:26 -05:00
d644e3b184 Merge branch 'master' of github.com:3b1b/manim 2024-08-01 07:55:11 -05:00
78ddfe29c0 Merge pull request #2153 from 3b1b/simpler-stroke
Simpler stroke
2024-08-01 05:53:10 -07:00
8f78e2e127 Merge pull request #2152 from 3b1b/video-work
Video work
2024-08-01 05:43:29 -07:00
5decf810e7 Change default anti_alias_width to 1.5 2024-08-01 07:41:45 -05:00
aea747b6d3 Final refinements on polyline stroke implementations 2024-08-01 07:41:32 -05:00
361817b506 Pass fewer values to frag shader 2024-08-01 07:17:26 -05:00
a3469c236e Simpler compute_subdivisions 2024-08-01 06:32:04 -05:00
c6a6503544 Cleaning up first pass implementation 2024-07-31 16:27:37 -04:00
3ea8393e9a First pass at a polyline implementation for stroke 2024-07-31 15:51:06 -04:00
5aeb457bb1 Hot fix for Traicing Tail 2024-07-31 15:32:17 +02:00
bbc89d13e9 Don't save state after each embed cell call 2024-07-31 15:32:08 +02:00
a105216a47 Small clean up 2024-07-31 15:31:26 +02:00
c1efd14904 Add touch and notouch to embed vocabulary 2024-07-31 15:24:50 +02:00
a7765dcac3 Change copy frame position command 2024-07-31 15:24:25 +02:00
57d4732ef1 Remove unused lines 2024-07-31 15:23:59 +02:00
d1314e5a3c Catch screeninfo.ScreenInfoError error 2024-07-31 15:23:41 +02:00
79c89ad34d Remove (outdated) background rectangle arg from example scene 2024-07-31 15:23:16 +02:00
a07ccf4aca Include *args, **kwargs in embed shell event pre_cell and post_cell functions 2024-06-24 15:22:22 -07:00
4feb831a11 Pass group parameter in LaggedStartMap -> AnimationGroup 2024-06-24 15:21:09 -07:00
88c7e9d2c9 Merge pull request #2132 from pdancstep/example-correction
Removed old argument from example
2024-05-03 11:34:56 -07:00
3c374c3e92 Merge pull request #2108 from kubanemil/integer_matrix
remove include_background_rectangle
2024-05-03 11:34:32 -07:00
c970f776bb Removed old argument from example 2024-05-03 11:29:57 -07:00