Home
last modified time | relevance | path

Searched refs:heightStickLength (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java34 protected int heightStickLength; field in HeightfieldCollisionShape
90 heightStickLength = heightStickWidth; in createCollisionHeightfield()
106 …objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeigh… in createShape()
112 …private native long createShape(int heightStickWidth, int heightStickLength, ByteBuffer heightfiel… in createShape() argument
123 capsule.write(heightStickLength, "heightStickLength", 0); in write()
136 heightStickLength = capsule.readInt("heightStickLength", 0); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java34 protected int heightStickLength; field in HeightfieldCollisionShape
86 heightStickLength = heightStickWidth; in createCollisionHeightfield()
94 …HeightfieldTerrainShape shape = new HeightfieldTerrainShape(heightStickWidth, heightStickLength, h… in createShape()
110 capsule.write(heightStickLength, "heightStickLength", 0); in write()
123 heightStickLength = capsule.readInt("heightStickLength", 0); in read()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp50 …(JNIEnv * env, jobject object, jint heightStickWidth, jint heightStickLength, jobject heightfieldD… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() argument
53 …TerrainShape* shape=new btHeightfieldTerrainShape(heightStickWidth, heightStickLength, data, heigh… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()