transparency



    #VRML V1.0 ascii

    Separator {
      Material {
        diffuseColor 1 1 0
        transparency 0.7
      }
      Cube {
        width 4
        height 3
        depth 2
      } Transform {
        translation 2 1 -1
      }
      Material {
        diffuseColor 0 0 1
      }
      Cube {
        width 4
        height 3
        depth 2
      }
    }