Hi Aron,

Aron Bierbaum wrote:
> 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);

I believe this is the way to go.

> 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.

yes, Fields do not carry a vtable any more, since it doubled the amount
of storage required for e.g. SFUInt32.

        Carsten

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

Reply via email to