Home
last modified time | relevance | path

Searched refs:inputMax (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp743 auto inputMax = std::numeric_limits<float>::lowest(); in AnimationInput() local
746 inputMax = std::max(value, inputMax); in AnimationInput()
749 inputAccessor->max.push_back(inputMax); in AnimationInput()