#1
|
|||
|
|||
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 |
|
|