Searched refs:getCenterLocation (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DDistanceLodCalculator.java66 float distance = getCenterLocation(terrainPatch).distance(locations.get(0));
109 protected Vector3f getCenterLocation(TerrainPatch terrainPatch) { method in class:DistanceLodCalculator
H A DPerspectiveLodCalculator.java92 Vector3f patchPos = getCenterLocation(patch);
125 public Vector3f getCenterLocation(TerrainPatch patch) { method in class:PerspectiveLodCalculator

Completed in 47 milliseconds