OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meshScaling
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btStridingMeshInterface.cpp
40
btVector3
meshScaling
= getScaling();
67
triangle[0].setValue(graphicsbase[0]*
meshScaling
.getX(),graphicsbase[1]*
meshScaling
.getY(),graphicsbase[2]*
meshScaling
.getZ());
69
triangle[1].setValue(graphicsbase[0]*
meshScaling
.getX(),graphicsbase[1]*
meshScaling
.getY(), graphicsbase[2]*
meshScaling
.getZ());
71
triangle[2].setValue(graphicsbase[0]*
meshScaling
.getX(),graphicsbase[1]*
meshScaling
.getY(), graphicsbase[2]*
meshScaling
.getZ())
[
all
...]
btBvhTriangleMeshShape.cpp
132
const btVector3&
meshScaling
= m_meshInterface->getScaling();
141
m_triangle[j] = btVector3(graphicsbase[0]*
meshScaling
.getX(),graphicsbase[1]*
meshScaling
.getY(),graphicsbase[2]*
meshScaling
.getZ());
147
m_triangle[j] = btVector3(btScalar(graphicsbase[0])*
meshScaling
.getX(),btScalar(graphicsbase[1])*
meshScaling
.getY(),btScalar(graphicsbase[2])*
meshScaling
.getZ());
201
const btVector3&
meshScaling
= m_meshInterface->getScaling();
210
m_triangle[j] = btVector3(graphicsbase[0]*
meshScaling
.getX(),graphicsbase[1]*
meshScaling
.getY(),graphicsbase[2]*meshScaling.getZ());
[
all
...]
btOptimizedBvh.cpp
292
const btVector3&
meshScaling
= meshInterface->getScaling();
327
graphicsbase[0]*
meshScaling
.getX(),
328
graphicsbase[1]*
meshScaling
.getY(),
329
graphicsbase[2]*
meshScaling
.getZ());
334
triangleVerts[j] = btVector3( btScalar(graphicsbase[0]*
meshScaling
.getX()), btScalar(graphicsbase[1]*
meshScaling
.getY()), btScalar(graphicsbase[2]*
meshScaling
.getZ()));
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp
324
const btVector3&
meshScaling
= meshInterface->getScaling();
354
graphicsbase[0]*
meshScaling
.getX(),
355
graphicsbase[1]*
meshScaling
.getY(),
356
graphicsbase[2]*
meshScaling
.getZ());
361
triangleVerts[j] = btVector3( btScalar(graphicsbase[0]*
meshScaling
.getX()), btScalar(graphicsbase[1]*
meshScaling
.getY()), btScalar(graphicsbase[2]*
meshScaling
.getZ()));
Completed in 232 milliseconds