emmanuel séguin writes: > Hi, > > I'm new to openscenegraph. I'm currently trying to transform some > CityGml models to Collada. I've noticed the osgconv tool and I've > tried to use it to transform my CigyGml models ... apparently CityGml > is not supported by default. > > Could you advise me on how to do this transformation in OpenSceneGraph > ?
As far as I know, you have to compile the CityGml plugin, and then copy the resulting dynamic library to OSG plugin's directory. After that, it will be automatically picked by OSG when needed. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

