#VRML V2.0 utf8
PROTO Object [ field SFRotation rotation 0 0 1 0
field SFVec3f scale 1 1 1
field SFVec3f position 0 0 0
field SFColor color 1 1 1
]
{
Transform {
translation IS position
rotation IS rotation
scale IS scale
children Shape {
appearance Appearance {
material Material {
diffuseColor IS color
}
}
geometry Cylinder {}
}
}
}