#VRML V2.0 utf8 # #
#[return] #

#inline-remote.wrl
# Sept 9th, 97
# example of Inline using a Text

# Text

Transform {
#       translation 0 -5 0
       children [
             Shape {
                 geometry Text {
                                 string [" Inline "]
                                 fontStyle FontStyle {
                                          style "ITALIC"
                                          justify "MIDDLE"
                                                      }
                                 length [8]
                                 maxExtent 10
                                }
                    }
                  ]
            }

#