Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLKinematicsSceneCreator.cpp32 COLLADAFW::Transformation* sourceTransformation = *sourceIt; in appendTransformations() local
34 if ( sourceTransformation->getTransformationType() == COLLADAFW::Transformation::TRANSLATE ) in appendTransformations()
36 COLLADAFW::Translate* sourceTranslate = (COLLADAFW::Translate*)sourceTransformation; in appendTransformations()
41 else if ( sourceTransformation->getTransformationType() == COLLADAFW::Transformation::ROTATE ) in appendTransformations()
43 COLLADAFW::Rotate* sourceRotate = (COLLADAFW::Rotate*)sourceTransformation; in appendTransformations()