OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btMultimaterialTriangleMeshShape
(Results
1 - 9
of
9
) sorted by null
/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
...]
btCollisionShape.java
126
return new
btMultimaterialTriangleMeshShape
(swigCPtr, owner);
CollisionJNI.java
[
all
...]
/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
()
btMultimaterialTriangleMeshShape.cpp
18
#include "BulletCollision/CollisionShapes/
btMultimaterialTriangleMeshShape
.h"
24
const btMaterial *
btMultimaterialTriangleMeshShape
::getMaterialProperties(int partID, int triIndex)
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btCollisionShape.i
75
return new
btMultimaterialTriangleMeshShape
(swigCPtr, owner);
collision.i
273
#include <BulletCollision/CollisionShapes/
btMultimaterialTriangleMeshShape
.h>
275
%include "BulletCollision/CollisionShapes/
btMultimaterialTriangleMeshShape
.h"
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i
186
SPECIFY_CLASS(
btMultimaterialTriangleMeshShape
, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp
[
all
...]
Completed in 293 milliseconds