MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_threshold()

void MayaFlux::Buffers::VolumeSurfaceProcessor::set_threshold ( float  threshold)

Set the field value the surface is placed at.

Parameters
thresholdSurface level. Takes effect next cycle.

Definition at line 49 of file VolumeSurfaceProcessor.cpp.

50{
52 if (m_volume) {
54 }
55}
float threshold
std::shared_ptr< VolumeGridBuffer > m_volume
The attached volume, cached for the descriptor write.
void write_params()
Size the push constant block to at least SurfaceParams and write the lattice dimensions,...

References m_threshold, m_volume, threshold, and write_params().

+ Here is the call graph for this function: