You are on page 1of 4

Primera PC diseño gráfico

Transform {

translation 2 5 5

children [

Shape {

geometry Text {

string ["Flavio Cáceres Cervera"]

fontStyle FontStyle {

family "SERIF",

style "VERDANA",

size 0.6

spacing 1.0

justify "BEGIN"

} }

] }

Shape { # Esfera color snow-tabla cara

geometry Sphere { radius 3 }

appearance Appearance { material Material { diffuseColor 1.0 0.9804 0.9804 } }

Transform {

translation 0 3.9 0

children [

Shape { # Esfera color snow-tabla

geometry Sphere { radius 2 }

appearance Appearance { material Material { diffuseColor 1 1 1 } }

}
] }

Transform {

translation -1 4.3 1.5

children [

Shape { #Ojo Izquierdo color darkbrow-tabla

geometry Sphere { radius 0.3 }

appearance Appearance { material Material { diffuseColor 0.36 0.25 0.2 } }

Transform {

translation 1 4.3 1.5

children [

Shape { #Ojo Derecho color darkbrow-tabla

geometry Sphere { radius 0.3 }

appearance Appearance { material Material { diffuseColor 0.36 0.25 0.2 } }

Transform {

translation 0 0.6 2.9

children [

Shape { # Boton1

geometry Sphere { radius 0.3 }

appearance Appearance { material Material { diffuseColor 0.74902 0.847059 0.847059 } }

}
Transform {

translation 0 1.6 2.6

children [

Shape { # Boton2

geometry Sphere { radius 0.3 }

appearance Appearance { material Material { diffuseColor 0.74902 0.847059 0.847059 } }

Transform {

translation 0 -0.7 2.9

children [

Shape { # Boton3

geometry Sphere { radius 0.3 }

appearance Appearance { material Material { diffuseColor 0.74902 0.847059 0.847059 } }

Transform {

translation 0 6 0

children [

Shape { #Sobrero

geometry Cone { bottomRadius 2 height 2.5 }

appearance Appearance { material Material{ diffuseColor 1.0 0.25 0.0 } }

Transform {
rotation 0 3.6 2 3

translation 0 3.6 2

children [

Shape {

geometry Cone { bottomRadius 0.4 height 2 }

appearance Appearance { material Material{ diffuseColor 0.902 0.902 0.9804 } }

You might also like