#VRML V2.0 utf8 WorldInfo {title "LowpolyText3D PROTO Sample 4"} NavigationInfo {type ["EXAMINE""ANY"]} Viewpoint { position 0 -0.6 5.5 description "view 1" } 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" EXTERNPROTO LowpolyText3D [ exposedField SFFloat depth exposedField SFFloat distance exposedField SFFloat italic exposedField SFFloat spacing exposedField SFNode color exposedField SFRotation rotation exposedField SFVec2f backScale exposedField SFVec2f backTranslation exposedField SFVec2f frontScale exposedField MFString string field MFString justify ]"lowpolytext3d.wrl" Shape { appearance Appearance { material Material { diffuseColor 0 0 0.01 emissiveColor 1 0 0.5 } } geometry LowpolyText { italic 0.3 solid TRUE spacing 1.6 justify "MIDDLE" string [ "Studio " " GoGoGo" ] } } Transform { translation 0 0 -0.02 children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 0 transparency 0.4 } } geometry LowpolyText3D { color Color { color [ 0 0 1 0 1 0 ] } depth 3 italic 0.3 spacing 1.6 backScale 0 0 backTranslation 0 -0.6 justify "MIDDLE" string [ "Studio " " GoGoGo" ] } } ] }