Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationExporter.cpp818 float floatKeyValue = keyValue[ animation.getType() - Animation::POSITION_X ]; in checkIfSampledPoint3IsAnimated() local
821 floatKeyValue = (*conversionFunctor)( floatKeyValue ); in checkIfSampledPoint3IsAnimated()
824 firstFloatKeyValue = floatKeyValue; in checkIfSampledPoint3IsAnimated()
825 else if ( !COLLADASW::MathUtils::equals(floatKeyValue, firstFloatKeyValue) ) in checkIfSampledPoint3IsAnimated()
892 float floatKeyValue = eulerAngles[ animation.getType() - Animation::ROTATION_X ]; in checkIfSampledRotationIsAnimated() local
895 floatKeyValue = (*conversionFunctor)(floatKeyValue); in checkIfSampledRotationIsAnimated()
898 firstFloatKeyValue = floatKeyValue; in checkIfSampledRotationIsAnimated()
899 else if ( !COLLADASW::MathUtils::equals(floatKeyValue, firstFloatKeyValue) ) in checkIfSampledRotationIsAnimated()