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

Controlling how textures are mapped
Syntax: ElevationGrid
  • An ElevationGrid geometry node creates terrains
  • texCoord - specify texture pieces
  • Automatically generated texture coordinate indexes
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry ElevationGrid {
    
            height [ . . . ]
    
            texCoord TextureCoordinate { . . . }
    
        }
    
    }