13 namespace makVrv {
namespace oe {
namespace CDB
48 bool readXmlNode(osgDB::XmlNode::Children::iterator& compMatIter);
50 std::string getName()
const;
CDB Composite MaterialHere is a an overview of a CDB Composite Material.
Definition: DtCDBCompositeMaterial.h:39
#define DT_DLL_OSGEARTH_CDB_UTILS
Definition: DtCDBExport.h:18
Definition: featureContext.h:37
int myIndex
Composite Material Index.
Definition: DtCDBCompositeMaterial.h:62
osg::ref_ptr< DtCDBSubstrate > mySurfaceSubstrate
Surface Substrate (optional)
Definition: DtCDBCompositeMaterial.h:66
std::string myName
Composite Material Name.
Definition: DtCDBCompositeMaterial.h:64
CDB Base Material class.
Definition: DtCDBSubstrate.h:11
osg::ref_ptr< DtCDBSubstrate > myPrimarySubstrate
Primary Substrate (mandatory)
Definition: DtCDBCompositeMaterial.h:68
std::vector< osg::ref_ptr< DtCDBSubstrate > > mySecondarySubstrates
Secondary Substrate (optional)
Definition: DtCDBCompositeMaterial.h:70