OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btMultimaterialTriangleMeshShape
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMultimaterialTriangleMeshShape.h
25
ATTRIBUTE_ALIGNED16(class)
btMultimaterialTriangleMeshShape
: public btBvhTriangleMeshShape
34
btMultimaterialTriangleMeshShape
(btStridingMeshInterface* meshInterface, bool useQuantizedAabbCompression, bool buildBvh = true):
67
btMultimaterialTriangleMeshShape
(btStridingMeshInterface* meshInterface, bool useQuantizedAabbCompression,const btVector3& bvhAabbMin,const btVector3& bvhAabbMax, bool buildBvh = true):
99
virtual ~
btMultimaterialTriangleMeshShape
()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btMultimaterialTriangleMeshShape.java
18
public class
btMultimaterialTriangleMeshShape
extends btBvhTriangleMeshShape {
21
protected
btMultimaterialTriangleMeshShape
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btMultimaterialTriangleMeshShape
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btMultimaterialTriangleMeshShape
(long cPtr, boolean cMemoryOwn) {
28
this("
btMultimaterialTriangleMeshShape
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btMultimaterialTriangleMeshShape
obj) {
61
public
btMultimaterialTriangleMeshShape
(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, boolean buildBvh) {
65
public
btMultimaterialTriangleMeshShape
(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression) {
69
public
btMultimaterialTriangleMeshShape
(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, Vector3 bvhAabbMin, Vector3 bvhAabbMax, boolean buildBvh) {
73
public
btMultimaterialTriangleMeshShape
(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, Vector3 bvhAabbMin, Ve (…)
[
all
...]
Completed in 66 milliseconds