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

Building elevation grids
Syntax: ElevationGrid
  • An ElevationGrid geometry node creates terrains
  • solid - shape is solid
  • ccw - faces are counter-clockwise
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry ElevationGrid {
    
            . . .
    
            solid TRUE
    
            ccw TRUE
    
        }
    
    }