Searched refs:localModel (Results 1 – 2 of 2) sorted by relevance
133 .localModel = gMat4Identity, in initCarPartStatus()166 appendMat(mCarPartsStatusMap.at(childPart).localModel, in updateChildrenParts()269 currentCarPartStatus.localModel = gMat4Identity; in performTranslationOp()278 currentCarPartStatus.localModel = in performTranslationOp()280 currentCarPartStatus.currentModel = appendMatrix(currentCarPartStatus.localModel, in performTranslationOp()293 currentCarPartStatus.localModel = in performTranslationOp()295 currentCarPartStatus.currentModel = appendMatrix(currentCarPartStatus.localModel, in performTranslationOp()304 currentCarPartStatus.localModel = in performTranslationOp()307 appendMatrix(currentCarPartStatus.localModel, in performTranslationOp()313 currentCarPartStatus.localModel = in performTranslationOp()[all …]
71 Mat4x4 localModel; member