Le fichier VRML avec DEF et USE

#VRML V1.0 ascii
Separator {
  DEF FLECHE Separator {
    Translation {
      translation 0 1.5 0 }
    Cylinder {
      radius 0.5 height 3 }
    Translation {
      translation 0 3 0 }
    Cone {
      bottomRadius 1 height 3 } }
  DEF ROT Rotation {
    rotation 0 0 1 1.5708 }
  USE FLECHE
  USE ROT
  USE FLECHE
  USE ROT
  USE FLECHE
}

Rosace01.gif (4668 octets)

Le fichier VRML avec WWWInline
#VRML V1.0 ascii
Separator {
  DEF FLECHE WWWInline {
    name "Fleche.wrl"
    bboxSize 2 6 2
    bboxCenter 0 3 0 }
  DEF ROT Rotation {
    rotation 0 0 1 1.5708 }
  USE FLECHE
  USE ROT
  USE FLECHE
  USE ROT
  USE FLECHE
}

Le fichier inclu

#VRML V1.0 ascii
Separator {
  Translation {
    translation 0 1.5 0 }
  Cylinder {
    radius 0.5 height 3 }
  Translation {
    translation 0 3 0 }
  Cone {
    bottomRadius 1 height 3 }
}

Fleche01.gif (2688 octets)

Le fichier VRML avec WWWInline
#VRML V1.0 ascii
Separator {
  DEF FLECHE WWWInline {
    name "Fleche2.wrl"
    bboxSize 2 6 2
    bboxCenter 0 3 0 }
  DEF ROT Rotation {
    rotation 0 0 1 1.5708 }
  USE FLECHE
  USE ROT
  USE FLECHE
  USE ROT
  USE FLECHE
}

Le fichier inclu

#VRML V1.0 ascii
Separator {
  Translation {
    translation 0 1.5 0 }
  Cylinder {
    radius 0.5 height 3 }
  Translation {
    translation 0 3 0 }
  WWWAnchor {
    name "http://www.univ-fcomte.fr"
    description "UFC"
    Cone {
      bottomRadius 1 height 3 } }
}

Rosace02.gif (4803 octets)

 RETOUR