Commit 67d3a3c
fix(ContourTriangulator): preserve oriented contour normals for x-axis
vtkContourTriangulator was incorrectly treating a valid 3-component normal as "unoriented"
via normal?.length < 3, which caused it to ignore the supplied plane orientation.
fixes #32431 parent cc8a76e commit 67d3a3c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments