#VRML V2.0 utf8
WorldInfo {
title "Floppy's VRML97 Tutorial Example 14c"
info ["(C) Copyright 1999 Vapour Technology"
"vrmlguide@vapourtech.com"]
}
NavigationInfo {
type "EXAMINE"
}
Shape {
appearance Appearance {
texture ImageTexture {
url "gradient.jpg"
}
}
geometry Box {}
}
Transform {
translation 0 -1.05 0
children [
Shape {
appearance Appearance {
texture ImageTexture {
url "floor.jpg"
}
}
geometry Box {
size 10 0.1 10
}
}
]
}
© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com - http://www.vapourtech.com/vrmlguide