Skip to content

Fix oblique slice volatile positioning

Magne.Stromsnes requested to merge fix_oblique_slice_volatile_positioning into master

Finally tracked down what was causing it to flip over and over. The construction of the plane would cause the normal to flip direction depending on the order the input points were given in. Since the order was not consistent, the normal would flip all the time, rotating the slice 180 degrees. Now the normal is always facing the z>=0 direction, and stays sanely rotated.

Merge request reports