Skip to content

CXAttributeInterpolateFloatBuffer

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:609

Description

Interpolates a float attribute buffer toward target values and bumps the attribute version. Returns CXTrue when further interpolation steps are recommended based on minDisplacementRatio.

Signature

CX_EXTERN CXBool CXAttributeInterpolateFloatBuffer( CXAttributeRef attribute, const float *target, CXSize targetCount, float elapsedMs, float layoutElapsedMs, float smoothing, float minDisplacementRatio );