miércoles, 18 de abril de 2012

Figuras


#VRML V2.0 utf8
#esto es una caja
Shape {
appearance Appearance{
material Material {
diffuseColor 0 1 1
}
}
geometry Box {
size 2.0 0.2 3.0
}
}


# Cilindro
Shape{
appearance Appearance{
material Material {
diffuseColor 0 1 1
}
}
geometry Cylinder{
height 2.0
radius 1.5
}

}



#Este es un cono
Shape{
appearance Appearance{         
material Material {
diffuseColor 0 1 1
}
}
geometry Cone{
height 3.0
bottomRadius .75
}
}


#esta es una esfera
Shape{
appearance Appearance{         
material Material {
diffuseColor 0.0 0.79 0.34
}
}
geometry Sphere{           
radius .5
}
}

No hay comentarios:

Publicar un comentario