Home
last modified time | relevance | path

Searched defs:faultShape (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DFaultHeightMap.java86 private int faultShape; // The type of fault field in FaultHeightMap
102 …public FaultHeightMap(int size, int iterations, int faultType, int faultShape, float minFaultHeigh… in FaultHeightMap()
251 public void setFaultShape(int faultShape) { in setFaultShape()