antimony icon indicating copy to clipboard operation
antimony copied to clipboard

clipping in 0.9.3

Open awgrover opened this issue 8 years ago • 1 comments

Looks like your new clipping may have a problem.

This shows the normal appearance (just a simple cylinder): normal_render

If you zoom it (only takes a little), you get weird clipping at the top: zoomed

Versions: Built from git tag 0.9.3 python3.3 -> Python 3.3.6 c++ -> c++ (Ubuntu 4.9.4-2ubuntu1~14.04.1) 4.9.4 cmake version 3.2.2 QT 5.6.1 installed from the .run, user directory

awgrover avatar Dec 25 '16 18:12 awgrover

This is actually z-clipping, not out-of-window clipping: the top of the cylinder is cutting through the "front" of the screen and being clipped. It's confusing, though, because the drawn normals are those of the inside of the cylinder.

Here's a gif where z-clipped normals are set to [0 0 1]: slice

Does that look more obvious as to what's going on?

mkeeter avatar Dec 26 '16 14:12 mkeeter