Skip to main content

VolumeFilter

type VolumeFilter = {
range: Vec2;
applyGaussianFiltering: boolean;
sampleUnfiltered: boolean;
enableMPR: boolean;
enable3D: boolean;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:1014

Filtering properties applied to the volume.

Type declaration

NameTypeDescription
rangeVec2Voxel intensity range displayed, not applicable if outside volume material range.
applyGaussianFilteringbooleanApply gaussian filtering on voxels.
sampleUnfilteredbooleanAre texel values from the voxel texture sampled unfiltered.
enableMPRbooleanWhether or not this volume is visible in the MPR view.
enable3DbooleanWhether or not this volume is visible in the 3D view.