sample_volume nodeThis node samples a volume at a number of point positions.
volumeThe volume to sample.
positionsAn array of values or a Bifrost geometry in which case the position property is used.
defaultThe type of the voxel property to sample.
propertyVoxel property to sample.
samplerThe type of interpolation used when sampling the volume.
kLinear mode, linear interpolation is used.kCubicC0 mode, cubic interpolation with C0 continuity between voxels is used.kCubicC1 mode, cubic interpolation with C1 continuity between voxels is used.sampled_dataAn array of sample values corresponding to the length of input points