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
For segmentations, the FilterMode is set to FilterMode.Point in VolumeRenderedObjects.cs. However, this gets reset on load (if you load segmentations and then save the scene).
It may be better to create a separate VolumeDataset subclass or something for segmentations, or add some settings for this directly to VolumeDataset.
Note to self: Fix this before releasing segmentations.
The text was updated successfully, but these errors were encountered:
For segmentations, the FilterMode is set to FilterMode.Point in VolumeRenderedObjects.cs. However, this gets reset on load (if you load segmentations and then save the scene).
It may be better to create a separate VolumeDataset subclass or something for segmentations, or add some settings for this directly to VolumeDataset.
Note to self: Fix this before releasing segmentations.
The text was updated successfully, but these errors were encountered: