|
From: Peter M. <me...@iw...> - 2001-10-03 20:20:13
|
Hello, I am setting SF with the function setField and it work's great. But I could not get any of the multifields to work. Especially the string field of the Text node. Any hints? here's my call: CString strfield(field); CString strvalue(value); VrmlSFString fld(strvalue); m_pVRMLNode->setField(strfield, fld); Thanks in advance, Peter |