Searched refs:heightStickWidth (Results 1 – 3 of 3) sorted by relevance
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 33 protected int heightStickWidth; field in HeightfieldCollisionShape 89 heightStickWidth = (int) FastMath.sqrt(heightfieldData.length); in createCollisionHeightfield() 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 122 capsule.write(heightStickWidth, "heightStickWidth", 0); in write() 135 heightStickWidth = capsule.readInt("heightStickWidth", 0); in read()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 33 protected int heightStickWidth; field in HeightfieldCollisionShape 85 heightStickWidth = (int) FastMath.sqrt(heightfieldData.length); in createCollisionHeightfield() 86 heightStickLength = heightStickWidth; in createCollisionHeightfield() 94 …HeightfieldTerrainShape shape = new HeightfieldTerrainShape(heightStickWidth, heightStickLength, h… in createShape() 109 capsule.write(heightStickWidth, "heightStickWidth", 0); in write() 122 heightStickWidth = capsule.readInt("heightStickWidth", 0); in read()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp | 50 …(JNIEnv * env, jobject object, jint heightStickWidth, jint heightStickLength, jobject heightfieldD… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() argument 53 …btHeightfieldTerrainShape* shape=new btHeightfieldTerrainShape(heightStickWidth, heightStickLength… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()
|