lunes, 6 de mayo de 2013

CAJAS CON DISTINTAS IMAGENES


ESTA CODIFICACIÓN NOS SIRVE PARA PONER LAS DISTINTAS IMÁGENES EN LA  CAJA

#VRML V2.0 utf8

Shape {
 appearance Appearance {
  texture ImageTexture {
url[" K:\1.png"]
    repeatS TRUE
    repeatT TRUE
}
}
 geometry Box{ size 3.0  0.7 3.0}
}
Shape {
appearance Appearance {
texture ImageTexture {
         url["K:\2.png"]
    repeatS TRUE
    repeatT TRUE
}
}
geometry Box{ size 2.8  0.8  3.0}
}

Shape {
appearance Appearance {
texture ImageTexture { 
url["K:\3.png"]
    repeatS TRUE
    repeatT TRUE
}
}
geometry Box{ size 2.99  0.75  3.01}






No hay comentarios:

Publicar un comentario