OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btGenerateInternalEdgeInfo
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.h
29
///Call
btGenerateInternalEdgeInfo
to create triangle info, store in the shape 'userInfo'
30
void
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape*trimeshShape, btTriangleInfoMap* triangleInfoMap);
33
///Call the btFixMeshNormal to adjust the collision normal, using the triangle info map (generated using
btGenerateInternalEdgeInfo
)
btInternalEdgeUtility.cpp
315
void
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape*trimeshShape, btTriangleInfoMap* triangleInfoMap)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
Collision.java
185
public static void
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape trimeshShape, btTriangleInfoMap triangleInfoMap) {
186
CollisionJNI.
btGenerateInternalEdgeInfo
(btBvhTriangleMeshShape.getCPtr(trimeshShape), trimeshShape, btTriangleInfoMap.getCPtr(triangleInfoMap), triangleInfoMap);
CollisionJNI.java
[
all
...]
Completed in 376 milliseconds