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

◆ set_ambient()

void MayaFlux::Buffers::BuoyancyProcessor::set_ambient ( float  ambient)

Set the temperature at which the rise term vanishes.

Parameters
ambientReference temperature. Cells below it sink.

Definition at line 113 of file BuoyancyProcessor.cpp.

114{
116 if (get_volume()) {
117 write_tail();
118 }
119}
float ambient
void write_tail()
Write every parameter past the shared prefix.
const std::shared_ptr< VolumeGridBuffer > & get_volume() const
The attached volume, or null if attachment failed validation.

References ambient, MayaFlux::Buffers::VolumeFieldProcessor::get_volume(), m_ambient, and write_tail().

+ Here is the call graph for this function: