#VRML V2.0 utf8 WorldInfo {title "LowpolyText PROTO Sample 4"} #ver1.2 NavigationInfo {headlight TRUE type ["EXAMINE""ANY"]} Viewpoint {position 0 -1.2 8} EXTERNPROTO LowpolyText [ exposedField SFFloat distance exposedField SFFloat italic exposedField SFFloat spacing exposedField SFRotation rotation exposedField SFVec3f scale exposedField MFString string field SFBool solid field MFString justify ] "lowpolytext.wrl" Group { children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 0.001 emissiveColor 0 1 0 } } geometry LowpolyText { string [ "right side" "right side" "right side" "right side" ] solid TRUE justify "MIDDLE" } } Shape { appearance Appearance { material Material { diffuseColor 0 0 0.001 emissiveColor 1 1 0 } } geometry LowpolyText { string [ "back side" "back side" "back side" "back side" ] solid TRUE scale -1 1 1 justify "MIDDLE" } } ] }