Is anyone in the process of porting the VRML loader? It not, does anyone have some suggestions for how to do it? I have looked into doing it, but quickly run into a problem where I can not call:
pField->pushValueByStr(szFieldVal); Should I be trying to use the field descriptions to call: pFieldDesc->pushValueFromCString(szFieldVal, pField); Or should I be trying to down cast to a more useful field class. The problem seems to come from the fact the the base Field class no longer has virtual functions for string operations. Thanks, Aron On 2/1/07, Andreas Zieringer <[EMAIL PROTECTED]> wrote: > Hi Dirk, > > > Hi Aron, > > > > Aron Bierbaum wrote: > > > >>What is the current status of the VRML loader in OpenSG 2.0? Does it > >>just need to be ported from OpenSG 1.8? If it is simple enough to do, > >>I could do the porting. > > > > > > AFAIK that's it. Andreas, was there another reason why you disabled it? > > > > yes I started porting it and was stopped by something hmm I think it was > related to the automatic field mapping. > > Andreas > > -- > VREC > Robert-Bosch-Straße 7 > D-64293 Darmstadt > Tel. 06151-4921035 > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
