#VRML V1.0 ascii
# This file defines a simple greek column
# This file requires a parameters:columnRadius -- See Greek.vxr
Separator {
# Options: ON OFF AUTO
renderCulling AUTO
Material {
diffuseColor =Color("white")
}
DEF greekColumn Separator {
Separator {
Translation {
translation 0 (base:height)/2 0
}
DEF base Cylinder {
parts ALL
radius parameters:columnRadius*1.25
height .1
}
}
Separator {
Translation {
translation 0 base:height+(column:height/2) 0
}
DEF column Cylinder {
parts ALL
radius parameters:columnRadius
height 1
}
}
Separator {
Translation {
translation 0 base:height+column:height+(crown:height/2) 0
}
DEF crown Cylinder {
parts ALL
radius parameters:columnRadius*1.25
height .1
}
}
}
}