HomeSort by relevance Sort by last modified time
    Searched defs:heightStickLength (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 34 protected int heightStickLength;
90 heightStickLength = heightStickWidth;
106 objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
112 private native long createShape(int heightStickWidth, int heightStickLength, ByteBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges);
123 capsule.write(heightStickLength, "heightStickLength", 0);
136 heightStickLength = capsule.readInt("heightStickLength", 0);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 34 protected int heightStickLength;
86 heightStickLength = heightStickWidth;
94 HeightfieldTerrainShape shape = new HeightfieldTerrainShape(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
110 capsule.write(heightStickLength, "heightStickLength", 0);
123 heightStickLength = capsule.readInt("heightStickLength", 0);

Completed in 2332 milliseconds