Results 3 comments of hennels

I believe the problem mentioned by @behackl also occurs frequently in `ThreeDScene`s and leads to a rather comical effect. When an image is part of a `ThreeDScene` the flipping happens...

I believe this issue was fixed for the OpenGL renderer with #2534 as seen below. The distortion shown above and the flipping issue mentioned earlier seem to work now when...

I believe I am having the same issue. I produce a mesh like [this](https://github.com/hennels/Corn50/blob/surface/surface/1e-2/0.ply) by using scikit-image's marching cubes which I then pass to Open3D as shown below. ```python import...