HomeSort by relevance Sort by last modified time
    Searched defs:localTransform (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/
Node.java 35 * of {@link #globalTransform} will be the same as the value of {@link #localTransform} causing the transform to be independent
47 public final Matrix4 localTransform = new Matrix4();
60 if (!isAnimated) localTransform.set(translation, rotation, scale);
61 return localTransform;
68 globalTransform.set(parent.globalTransform).mul(localTransform);
70 globalTransform.set(localTransform);
282 localTransform.set(other.localTransform);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 595 btTransform localTransform;
596 localTransform.deSerializeFloat(compoundData->m_childShapePtr[i].m_transform);
597 compoundShape->addChildShape(localTransform,childShape);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 484 btTransform localTransform;
485 localTransform.deSerializeFloat(compoundData->m_childShapePtr[i].m_transform);
486 compoundShape->addChildShape(localTransform,childShape);
    [all...]

Completed in 220 milliseconds