Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java40 protected boolean flipQuadEdges; field in HeightfieldCollisionShape
87 this.flipQuadEdges = false; in createCollisionHeightfield()
106 …ightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges); in createShape()
112 …fieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges); in createShape() argument
129 capsule.write(flipQuadEdges, "flipQuadEdges", false); in write()
142 flipQuadEdges = capsule.readBoolean("flipQuadEdges", false); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java40 protected boolean flipQuadEdges; field in HeightfieldCollisionShape
83 this.flipQuadEdges = false; in createCollisionHeightfield()
94 …dth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges); in createShape()
116 capsule.write(flipQuadEdges, "flipQuadEdges", false); in write()
129 flipQuadEdges = capsule.readBoolean("flipQuadEdges", false); in read()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp50 …ata, jfloat heightScale, jfloat minHeight, jfloat maxHeight, jint upAxis, jboolean flipQuadEdges) { in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() argument
53 …dth, heightStickLength, data, heightScale, minHeight, maxHeight, upAxis, PHY_FLOAT, flipQuadEdges); in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()