You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenGLVMobject fix pointwise_become_partial to fix stroke rendering (#2714)
* fix(get_nth_curve_function_with_length) removed code duplication with get_nth_curve_function_length_pieces
* fix(OpenGLVMobject) removed duplcate assignment of self.n_points_per_curve
* fix(OpenGLMobject): changed to total assignment in interpolate function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update manim/mobject/opengl/opengl_vectorized_mobject.py
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
* Update manim/mobject/opengl/opengl_vectorized_mobject.py
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
* Update opengl_vectorized_mobject.py
* Update opengl_vectorized_mobject.py
* use remapping instead of copying points
* added documentation
* (opengl_mobject): reverted interpolate
* cleanup
* revamping remap, now considering not only adding a single curve per triplet
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
0 commit comments