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

◆ set_radius()

void MayaFlux::Buffers::InfluxProcessor::set_radius ( float  radius)

Set the shape's characteristic size.

Parameters
radiusWorld units. Interpretation is the shader's.

Definition at line 115 of file InfluxProcessor.cpp.

116{
118 if (get_volume()) {
119 write_tail();
120 }
121}
float radius
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 MayaFlux::Buffers::VolumeFieldProcessor::get_volume(), m_radius, radius, and write_tail().

+ Here is the call graph for this function: