You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the thickness value of the grid for the resectogram is low, some of the grid lines are not drawn. Maybe setting a minimum value for the grid thickness would solve the problems.
The text was updated successfully, but these errors were encountered:
I tested this, it seems different grid divisions need different thickness values to work perfectly when rendering. So we need an equation calculating the corresponding thickness every time grid divisions change.
For example:
grid divisions = 20, thickness=3.2, missing lines
grid divisions = 20, thickness=4.5, work perfectly
grid divisions = 20, thickness=6.1, some lines are bold
I tried this, before and after FXAA was enabled, and there is no obvious improvement. For now, I would suggest we limit the grid division value to 0 - 30, and set a minimum thickness value of 4.6, to make sure when the grid division value is between 0 - 30 everything works as expected.
RuoyanMeng
added a commit
to RuoyanMeng/Slicer-Liver
that referenced
this issue
Mar 6, 2023
When the thickness value of the grid for the resectogram is low, some of the grid lines are not drawn. Maybe setting a minimum value for the grid thickness would solve the problems.
The text was updated successfully, but these errors were encountered: