| | 1 | = Porting = |
| | 2 | [[TracNav(TracNav/SupportTOC)]] |
| | 3 | |
| | 4 | These pages are dedicated to helping users port from between different versions of the OSG. |
| | 5 | |
| | 6 | == Porting guides from OpenSceneGraph 1.2 to SVN version of OSG == |
| | 7 | * [wiki:Support/Porting/OsgProducerToOsgViewer Porting] from osgProducer to the new osgViewer library |
| | 8 | * [wiki:Support/Porting/IntersectionClasses Porting] from `osgUtil::IntersectVisitor` to the new `osgUtil::IntersectionVisitor` classes |
| | 9 | * [wiki:Support/Porting/ChangesToDrawable Porting] from old `Drawable::drawImplementation(State&) to (RenderInfo&)` |
| | 10 | * [wiki:Support/Porting/ChangesToReflection Porting] from old `Reflection::getType(const std::type_info&`) to `(const ExtendedTypeInfo&)` |
| | 11 | |