OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shapeData
(Results
1 - 17
of
17
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCapsuleShape.h
176
btCapsuleShapeData*
shapeData
= (btCapsuleShapeData*) dataBuffer;
178
btConvexInternalShape::serialize(&
shapeData
->m_convexInternalShapeData,serializer);
180
shapeData
->m_upAxis = m_upAxis;
btCollisionShape.cpp
101
btCollisionShapeData*
shapeData
= (btCollisionShapeData*) dataBuffer;
103
shapeData
->m_name = (char*)serializer->getUniquePointer(name);
104
if (
shapeData
->m_name)
108
shapeData
->m_shapeType = m_shapeType;
109
//
shapeData
->m_padding//??
btCylinderShape.h
201
btCylinderShapeData*
shapeData
= (btCylinderShapeData*) dataBuffer;
203
btConvexInternalShape::serialize(&
shapeData
->m_convexInternalShapeData,serializer);
205
shapeData
->m_upAxis = m_upAxis;
btMultiSphereShape.cpp
160
btMultiSphereShapeData*
shapeData
= (btMultiSphereShapeData*) dataBuffer;
161
btConvexInternalShape::serialize(&
shapeData
->m_convexInternalShapeData, serializer);
164
shapeData
->m_localPositionArrayPtr = numElem ? (btPositionAndRadius*)serializer->getUniquePointer((void*)&m_localPositionArray[0]): 0;
166
shapeData
->m_localPositionArraySize = numElem;
btConeShape.h
161
btConeShapeData*
shapeData
= (btConeShapeData*) dataBuffer;
163
btConvexInternalShape::serialize(&
shapeData
->m_convexInternalShapeData,serializer);
165
shapeData
->m_upIndex = m_coneIndices[1];
btConvexHullShape.cpp
179
btConvexHullShapeData*
shapeData
= (btConvexHullShapeData*) dataBuffer;
180
btConvexInternalShape::serialize(&
shapeData
->m_convexInternalShapeData, serializer);
183
shapeData
->m_numUnscaledPoints = numElem;
185
shapeData
->m_unscaledPointsFloatPtr = 0;
186
shapeData
->m_unscaledPointsDoublePtr = numElem ? (btVector3Data*)serializer->getUniquePointer((void*)&m_unscaledPoints[0]): 0;
188
shapeData
->m_unscaledPointsFloatPtr = numElem ? (btVector3Data*)serializer->getUniquePointer((void*)&m_unscaledPoints[0]): 0;
189
shapeData
->m_unscaledPointsDoublePtr = 0;
btConvexInternalShape.h
168
btConvexInternalShapeData*
shapeData
= (btConvexInternalShapeData*) dataBuffer;
169
btCollisionShape::serialize(&
shapeData
->m_collisionShapeData, serializer);
171
m_implicitShapeDimensions.serializeFloat(
shapeData
->m_implicitShapeDimensions);
172
m_localScaling.serializeFloat(
shapeData
->m_localScaling);
173
shapeData
->m_collisionMargin = float(m_collisionMargin);
btCompoundShape.cpp
328
btCompoundShapeData*
shapeData
= (btCompoundShapeData*) dataBuffer;
329
btCollisionShape::serialize(&
shapeData
->m_collisionShapeData, serializer);
331
shapeData
->m_collisionMargin = float(m_collisionMargin);
332
shapeData
->m_numChildShapes = m_children.size();
333
shapeData
->m_childShapePtr = 0;
334
if (
shapeData
->m_numChildShapes)
336
btChunk* chunk = serializer->allocate(sizeof(btCompoundShapeChildData),
shapeData
->m_numChildShapes);
338
shapeData
->m_childShapePtr = (btCompoundShapeChildData*)serializer->getUniquePointer(memPtr);
340
for (int i=0;i<
shapeData
->m_numChildShapes;i++,memPtr++)
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp
128
btCollisionShapeData*
shapeData
= (btCollisionShapeData*)bulletFile2->m_collisionShapes[i];
129
btCollisionShape* shape = convertCollisionShape(
shapeData
);
132
// printf("shapeMap.insert(%x,%x)\n",
shapeData
,shape);
133
m_shapeMap.insert(
shapeData
,shape);
136
if (shape&&
shapeData
->m_name)
138
char* newname = duplicateName(
shapeData
->m_name);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
68
btCollisionShapeData*
shapeData
= arrays->m_colShapeData[i];
69
btCollisionShape* shape = convertCollisionShape(
shapeData
);
72
// printf("shapeMap.insert(%x,%x)\n",
shapeData
,shape);
73
m_shapeMap.insert(
shapeData
,shape);
76
if (shape&&
shapeData
->m_name)
78
char* newname = duplicateName(
shapeData
->m_name);
260
btCollisionShape* btCollisionWorldImporter::convertCollisionShape( btCollisionShapeData*
shapeData
)
264
switch (
shapeData
->m_shapeType)
268
btStaticPlaneShapeData* planeData = (btStaticPlaneShapeData*)
shapeData
;
279
btScaledTriangleMeshShapeData* scaledMesh = (btScaledTriangleMeshShapeData*)
shapeData
;
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 437 milliseconds