Changes between Version 5 and Version 6 of Support/KnowledgeBase/PseudoLoader
- Timestamp:
- 07/27/07 17:56:37 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/KnowledgeBase/PseudoLoader
v5 v6 2 2 [[TracNav(TracNav/SupportTOC)]] 3 3 4 A !PseudoLoader is a type of !OpenSceneGraph [http://www.openscenegraph. com/documentation/OpenSceneGraphReferenceDocs/a02205.html osgDB] !PlugIn.4 A !PseudoLoader is a type of !OpenSceneGraph [http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a02205.html osgDB] !PlugIn. 5 5 6 6 It differs from a typical ReferenceGuides/OsgDB file-loading plugin in that the "filename" string does not correspond to an actual file on disk, but rather the string represents parameter information for the plugin code. Thus a "pseudoloader" can be thought of as a plugin that processes "pseudo-filenames". 7 7 8 The main advantage of !PseudoLoaders is they may be used to extend any OSG application that uses [http://www.openscenegraph. com/documentation/OpenSceneGraphReferenceDocs/a02205.html osgDB's] dynamic plugin discovery mechanism. That means that any application can be extended by a !PseudoLoader's capabilities with no change to the application's source code.8 The main advantage of !PseudoLoaders is they may be used to extend any OSG application that uses [http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a02205.html osgDB's] dynamic plugin discovery mechanism. That means that any application can be extended by a !PseudoLoader's capabilities with no change to the application's source code. 9 9 10 10 The core OSG currently has 3 !PseudoLoaders (see the plugin source code for more documentation):
