17 namespace oe {
namespace CDB
30 Status
initialize(
const osgDB::Options* dbOptions);
CDB Model Source (Derived from osgearth Model Source) One instance of this class will be instantiate ...
Definition: DtCDBModelSource.h:23
CDBModelSource(const ModelSourceOptions &options)
CTOR.
Used to pass option(s) Used to pass option from the OSG earth file this "cdb" model driver...
Definition: DtCDBModelOptions.h:28
osg::ref_ptr< osgDB::Options > myDbOptions
Database option.
Definition: DtCDBModelSource.h:43
Status initialize(const osgDB::Options *dbOptions)
override init function
CDB model earth file options for "cdb" model driver.
CDBModelOptions myCdbModelOptions
Cdb Model options (form the earth file)
Definition: DtCDBModelSource.h:41
void ChangeCachePath(std::string &optionString)
update the cache path to add the "cacheid" sub folder if it exist
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
osg::Node * createNodeImplementation(const Map *map, ProgressCallback *progress)
override create node
DtDe * myDe
Definition: DtCDBModelSource.h:45