I am currently working on porting the VRML loader to OpenSG 2.0. I have run into a road block because I can not seem to get the generic attributes to work correctly. The VRML loader creates a new dynamic field attachment like the following:
typedef DynFieldAttachment<VRMLGenericAttDesc> VRMLGenericAtt; Whenever I call VRMLGenericAtt::create() I get a NullFC though. I think that the prototype is not getting created correctly. Is there an example of how I should be using the DynFieldAttachment mixin somewhere in OpenSG 2.0? Does anyone have any ideas on how to fix this? Thanks, Aron ------------------------------------------------------------------------- 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
