You are on page 1of 5

 Script

#VRML V2.0 utf8

Transform {

translation -2 2 0

rotation 0 0 1 0.785

children [

Shape {

appearance Appearance {

texture ImageTexture {

url "topmic.jpg"}

geometry Sphere {

radius 1}

Transform {

translation -1.25 1.2 0

rotation 0 0 1 0.785

children [

Shape {

appearance Appearance {

texture ImageTexture {

url "pink.jpg"}
}

geometry Box{

size 1.6 0.5 1.6}

Transform {

translation 000

rotation 0 0 1 0.785

children [

Shape {

appearance Appearance {

texture ImageTexture {

url "pink.jpg"}

geometry Cylinder {

radius 0.3

height 4}

Transform {

translation 1.7 -1.7 0

rotation 0 0 1 0.785

children [
Shape {

appearance Appearance {

texture ImageTexture {

url "pink.jpg"}

geometry Cylinder {

radius 0.2

height 1}

Transform {

translation -0.5 -1.5 0

children [

Shape {

appearance Appearance {

texture ImageTexture {

url "pink.jpg"}

geometry Cylinder {

radius 0.4

height 4}

}
Transform {

translation -0.5 -3 0

children [

Shape {

appearance Appearance {

texture ImageTexture {

url "pink.jpg"}

geometry Cone{

bottomRadius 1.4

height 1

}
 Output

You might also like