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

◆ set_falloff()

void MayaFlux::Buffers::InfluxProcessor::set_falloff ( float  falloff)

Set the shape's edge softness.

Parameters
falloffInterpretation is the shader's. Zero is a hard edge in shaders that honour it.

Definition at line 139 of file InfluxProcessor.cpp.

140{
142 if (get_volume()) {
143 write_tail();
144 }
145}
float falloff
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 falloff, MayaFlux::Buffers::VolumeFieldProcessor::get_volume(), m_falloff, and write_tail().

+ Here is the call graph for this function: