| Cover | TOC | Chap | Prev Chap | Prev Fig | Next Fig | Next Chap |
|
Figure 6.8
A 3-D asterisk created with cylinders built within one vertical and two rotated coordinate systems |
|
|
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 [
# Arm 1
DEF Arm1 Shape {
appearance Appearance {
material Material { }
}
geometry Cylinder {
height 1.0
radius 0.1
}
},
# Arm 2
Transform {
rotation 1.0 0.0 0.0 1.047
children USE Arm1
},
# Arm 3
Transform {
rotation 1.0 0.0 0.0 2.094
children USE Arm1
}
]
}