On 8/30/07, litingbaotou <[EMAIL PROTECTED]> wrote: > I use osgDB::writeNodeFile( static_cast< const osg::Node& >( *this ), > filename ); to export an .ac format file, and I'm sure the osgdb_acd.dll was > loaded. It did export an .ac file ,but when I open it in AC3D, its model was > messed. I tried to export the same group to .osg, .ive and .ac file, it's OK > except the .ac file. > > Please tell me how can I solve this problem. Thanks.
I have never used .ac format, and didn't write the plugin, no know the format so I can't personally help on this. You have the source code to the plugin so you should be able to track down what parts aren't being output as you expect. If you want help form those who first wrote the .ac write then you'd really need to provide more information about what you think is wrong, just repeating the same email won't help anyone. > Besides, is there any other format file that I can export my group to? > What are they? .osg (.osga OSG Archive format), .ive (OSG binary), .dae (Collada) are the plugins that support write. There is also a Inventor writer that has been recently submitted, but I haven't had a chance to integrate this yet. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

