View Single Post
  #1  
Old 06-24-2003, 01:17 PM
sled sled is offline
Member
 
Join Date: Jun 2003
Posts: 31
I cannot show wrl file with text node

for example,the simple file as following:

#VRML V2.0 utf8
Group{
children[
Shape{

appearance Appearance{
material Material{
diffuseColor 1.0 0.2 0.2
}
}
geometry Text{
string ["View 1"]
}
}
]
}

it works well in other wrl viewer, and it's vrml 2.0 version, but the viz send err message as following:

vl read error: Unsupported class "Text"
Occurred at line 11
vl read error: Couldn't read value for field "geometry"
Occurred at line 13
vl read error: Unknown field geometry
Occurred at line 13
Reply With Quote