Hi Sukender, On Tue, Jan 26, 2010 at 2:38 PM, Sukender <[email protected]> wrote: > Sorry for being intrusive in the topic, but will the new wrappers be > selactable in CMake? For instance, if I only need osgGA wrapper, will there > be an option to generate only this one, or will all be generated? Of course I > can compile only the one I need but if it's selectable in CMake, it may be > easier.
The design is for the wrappers for each NodeKit to be in separate plugins that are loaded on demand at runtime. Optionally compiling them will be possible, although it would mean you wouldn't be able to read data files that contained objects of missing serialize libs. One thing I am planning on adding is the ability to optional compile for the old deprecated wrappers to help keep compile times and size of binary packages down. Backwards compatibility with old .osg files will be the only reason to keep these around. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
