OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:planeData
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btStaticPlaneShape.h
91
btStaticPlaneShapeData*
planeData
= (btStaticPlaneShapeData*) dataBuffer;
92
btCollisionShape::serialize(&
planeData
->m_collisionShapeData,serializer);
94
m_localScaling.serializeFloat(
planeData
->m_localScaling);
95
m_planeNormal.serializeFloat(
planeData
->m_planeNormal);
96
planeData
->m_planeConstant = float(m_planeConstant);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp
268
btStaticPlaneShapeData*
planeData
= (btStaticPlaneShapeData*)shapeData;
270
planeNormal.deSerializeFloat(
planeData
->m_planeNormal);
271
localScaling.deSerializeFloat(
planeData
->m_localScaling);
272
shape = createPlaneShape(planeNormal,
planeData
->m_planeConstant);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
157
btStaticPlaneShapeData*
planeData
= (btStaticPlaneShapeData*)shapeData;
159
planeNormal.deSerializeFloat(
planeData
->m_planeNormal);
160
localScaling.deSerializeFloat(
planeData
->m_localScaling);
161
shape = createPlaneShape(planeNormal,
planeData
->m_planeConstant);
[
all
...]
Completed in 551 milliseconds