#VRML V2.0 utf8




Background {

 skyColor [

     0 1 1]

}



WorldInfo {

  title "3_Cylinder.wrl"

  info "by Young Oh March 2000"

}



Shape {

  appearance Appearance {

   material Material {

	diffuseColor 0 1 1

   }

  }

  geometry   Cylinder { # primitive shape

		bottom  TRUE         # boolean value

		height  2            # float value

		radius  2            # float value

		side    TRUE         # boolean value

		top     FALSE         # boolean value

	}

}



Shape {

  appearance Appearance {

    material Material {

	diffuseColor 1 0 1

    }

  }

	geometry   Cylinder { # primitive shape

		bottom  TRUE         # boolean value

		height  4            # float value

		radius  1.5            # float value

		side    TRUE         # boolean value

		top     FALSE         # boolean value

	}

}



Shape {

	appearance Appearance {

		material Material {

			diffuseColor 1 0 .2

		}

	}

	geometry   Cylinder { # primitive shape

		bottom  TRUE         # boolean value

		height  6            # float value

		radius  1            # float value

		side    TRUE         # boolean value

		top     FALSE         # boolean value

	}

}