Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationExporter.cpp862 float firstEulerAngles[ 3 ]; in checkIfSampledRotationIsAnimated() local
910 firstEulerAngles[j] = eulerAngles[j]; in checkIfSampledRotationIsAnimated()
911 else if ( !COLLADASW::MathUtils::equals(eulerAngles[j], firstEulerAngles[j]) ) in checkIfSampledRotationIsAnimated()