Powered By Blogger

martes, 8 de julio de 2008

== ESFERAS ==

#VRML V1.0 ascii
#Esferas defomadas
#Ortiz Hernandez Pepe
#Ojeda Villfuerte Ana Maria
#1641

PerspectiveCamera
{
position 20 10 60
}

# Escala en Z
DEF cono Separator
{
Translation
{
translation 0 6 0
}
Material
{
diffuseColor 1 1 0
transparency 0.4
}
Scale{
scaleFactor 1 1 0.5
}
Texture2
{
filename"flippy.gif"
}
Sphere
{
radius 7
}
}

# Escala en Y
DEF cono Separator
{
Translation
{
translation 15 5 0
}
Material
{
diffuseColor 1 0 0
transparency 0.4
}
Scale{
scaleFactor 1 0.5 1
}
Texture2
{
filename"cromarmot.gif"
}
Sphere
{
radius 7
}
}

# Escala en X
DEF cono Separator
{
Translation
{
translation 30 5 0
}
Material
{
diffuseColor 1 0 1
transparency 0.4
}
Scale{
scaleFactor 0.5 1 1
}
Texture2
{
filename"textura1.gif"
}
Sphere
{
radius 7
}
}





}

No hay comentarios: