Files
apt-nl-map/static/Magic4/js/three.js-dev/examples/models/vrml/elevationGrid2.wrl
2024-12-04 10:21:04 +08:00

24 lines
480 B
Plaintext

#VRML V2.0 utf8
Shape {
appearance Appearance {
material Material { diffuseColor 1 0 0 }
}
geometry ElevationGrid {
xDimension 5
zDimension 6
xSpacing .5
zSpacing .25
height [ .0 .2 .4 .2 .0
.0 .2 .4 .2 .1
.1 .4 .5 .2 .2
.2 .3 .5 .3 .1
.1 .2 .3 .1 .0
.0 .1 .2 .1 .0 ]
}
}
NavigationInfo { type "EXAMINE" }
Viewpoint { description "start" position 1 0 5 }
Background { skyColor 1 1 1 }