204

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
        }
    }