Table of Contents Chapter Index Previous Slide Next Slide 191
Syntax: ElevationGrid

Building elevation grids
Syntax: ElevationGrid
  • An ElevationGrid geometry node creates terrains
  • height - elevations at grid points
  • ElevationGrid {
        . . .
        height [
            0.0, -0.5, 0.0,
            0.2,  4.0, 0.0
        ]
    }