The VgPlaceIconDescriptor encapsulates information associated with a place icon, where a place icon is a texture associated with a place. More...
Public Member Functions | |
VgPlaceIconDescriptor () | |
Constructor. | |
VgPlaceIconDescriptor (const VgPlaceIconDescriptor &pDescriptor) | |
Copy Constructor. | |
virtual | ~VgPlaceIconDescriptor () |
Destructor. | |
Public Attributes | |
double | mScale |
The scale to associate with mIcon. | |
VgEngine::VgRefPtr < VgEngine::VgITexture > | mIcon |
The icon's texture. |
The VgPlaceIconDescriptor encapsulates information associated with a place icon, where a place icon is a texture associated with a place.
VgMapModule::VgPlaceIconDescriptor::VgPlaceIconDescriptor | ( | ) | [inline] |
Constructor.
VgMapModule::VgPlaceIconDescriptor::VgPlaceIconDescriptor | ( | const VgPlaceIconDescriptor & | pDescriptor ) | [inline] |
Copy Constructor.
pDescriptor | The VgIPlaceIconDescriptor to be copied. |
virtual VgMapModule::VgPlaceIconDescriptor::~VgPlaceIconDescriptor | ( | ) | [inline, virtual] |
Destructor.
The icon's texture.
When added to the scene, the icon's pixel size is independant from its distance to the camera.
The scale to associate with mIcon.
Default value is 1.0