elevationGrid2.wrl 480 B

1234567891011121314151617181920212223
  1. #VRML V2.0 utf8
  2. Shape {
  3. appearance Appearance {
  4. material Material { diffuseColor 1 0 0 }
  5. }
  6. geometry ElevationGrid {
  7. xDimension 5
  8. zDimension 6
  9. xSpacing .5
  10. zSpacing .25
  11. height [ .0 .2 .4 .2 .0
  12. .0 .2 .4 .2 .1
  13. .1 .4 .5 .2 .2
  14. .2 .3 .5 .3 .1
  15. .1 .2 .3 .1 .0
  16. .0 .1 .2 .1 .0 ]
  17. }
  18. }
  19. NavigationInfo { type "EXAMINE" }
  20. Viewpoint { description "start" position 1 0 5 }
  21. Background { skyColor 1 1 1 }