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

◆ set_point_size()

void MayaFlux::Buffers::RelaxationEmitProcessor::set_point_size ( float  size)

Set the per-point size written to the vertex scalar field.

Definition at line 104 of file RelaxationEmitProcessor.cpp.

105{
106 m_params.point_size = size;
108}
void write_emit_constants()
Size the push constant block to EmitParams and upload the current parameters.

References m_params, MayaFlux::Buffers::RelaxationEmitProcessor::EmitParams::point_size, and write_emit_constants().

+ Here is the call graph for this function: