Closed tzanio closed 2 years ago
@mlstowell, @kanye-quest, @dylan-copeland, and @psocratis -- any chance I can get another approval on this PR?
I like this feature but, unless I missed something, it looks like these cut triangles and quads are being displayed even if cut_lambda=0
. Is that correct? If so, wouldn't it be more efficient to display a single triangle or quad?
I like this feature but, unless I missed something, it looks like these cut triangles and quads are being displayed even if
cut_lambda=0
. Is that correct? If so, wouldn't it be more efficient to display a single triangle or quad?They shouldn't be, see e.g. this check: https://github.com/GLVis/glvis/pull/230/files#diff-8fd2270828db1d1202e66618a756d214a775cd82f71d29d9a92d475485a5b32dR747-R751
Am I missing something 🤔
Oh I see, you mean in PrepareFlat
... I'll fix that
Added the option to cut a portion of the interiors of 3D faces to expose more of the mesh. Useful as an alternative to transparency.
See keys Ctrl + F3 / F4.
Example:
Inspired by: