| Cover | TOC | Chap | Prev Chap | Prev Fig | Next Fig | Next Chap |
|
Figure 25.4
The three torches side by side. |
|
|
Click on the image to view the VRML scene. |
#VRML V2.0 utf8
# The VRML 2.0 Sourcebook
# Copyright (c) 1997
# Andrea L. Ames, David R. Nadeau, and John L. Moreland
Group {
children [
# High-detail
Transform {
translation -0.5 0.0 0.0
children Inline { url "torch1.wrl" }
},
# Medium-detail
Inline { url "torch2.wrl" },
# Low-detail
Transform {
translation 0.5 0.0 0.0
children Inline { url "torch3.wrl" }
}
]
}