Searched refs:radiusStepsZ (Results 1 – 1 of 1) sorted by relevance
216 int radiusStepsZ = (int) (radius / terrain.getLocalScale().z); in adjustHeight() local224 for (int z = -radiusStepsZ; z < radiusStepsZ; z++) { in adjustHeight()