Table of contents Chapter index Previous slide Next slide 201
Syntax: ElevationGrid

Building elevation grids
Syntax: ElevationGrid
  • An ElevationGrid geometry node creates terrains
  • xDimension and zDimension - grid size
  • xSpacing and zSpacing - row and column distances
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry ElevationGrid {
    
            xDimension 3
    
            zDimension 2
    
            xSpacing   1.0
    
            zSpacing   1.0
    
            . . .
    
        }
    
    }