Henrik Skov Midtiby

Results 41 comments of Henrik Skov Midtiby

@JasonGrace2282 Would you take a look at this PR?

@chopan050, thanks for all the comments. I have addressed most of them in the code, as well as rebased the changes on top of the current main branch. For the...

Thanks for your detailed comments. I have addressed all of the raised issues, in most cases by accepting your suggestions.

I have looked at this issue, and have managed to reduce the example that triggers the problem. The basic observation is that the `Arrow3D` structure is based on the `Line3D`...

I can recreate the issue with the following code and the attached svg file. ``` from manim import * class Test(Scene): def construct(self): svg1 = SVGMobject('pic/svg_file.svg') svg2 = SVGMobject('pic/svg_file.svg') self.play(Create(svg1),...

With the current version of manim (https://github.com/ManimCommunity/manim/commit/e489ebf220f12a8e08e76ff4a4456f2b93dfbc74), I get the expected output (video in landscape mode). Based on this observation I close this issue.

I can reproduce what I think is the issue with the following code: ``` from manim import * class PolyhedronSubMobjects(ThreeDScene): def construct(self): self.set_camera_orientation(phi=75 * DEGREES, theta=30 * DEGREES) octahedron =...

It seems to me that the issue is related to drawing the edges of the faces of the polyhedra. If the face edges are not drawn / visible the issue...

This pull request contains several improvements. This can make it harder to get an overview of what is actually changed for each contribution. I have noted the following contributions. Related...