Uses of Class
toxi.geom.mesh.Terrain
-
Uses of Terrain in toxi.geom.mesh
Modifier and TypeMethodDescriptionTerrain.clear()
Terrain.setElevation
(float[] elevation) Sets the elevation of all cells to those of the given array values.Terrain.setHeightAtCell
(int x, int z, float h) Sets the elevation for a single given grid cell.Terrain.updateElevation()