VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtHudUpdater::HudImageConfig Struct Reference

#include <hudUpdater.h>

Public Member Functions

 HudImageConfig ()
 

Public Attributes

osg::ref_ptr< osg::Texture > texture
 
std::string filename
 
float x
 
float y
 
float width
 
float height
 

Constructor & Destructor Documentation

◆ HudImageConfig()

makVre::DtHudUpdater::HudImageConfig::HudImageConfig ( )

Default constructor.

Member Data Documentation

◆ texture

osg::ref_ptr<osg::Texture> makVre::DtHudUpdater::HudImageConfig::texture

Texture for the image.

◆ filename

std::string makVre::DtHudUpdater::HudImageConfig::filename

Filename of the image texture.

◆ x

float makVre::DtHudUpdater::HudImageConfig::x

Normalized x-coordinate of the image (0.0 to 1.0)

◆ y

float makVre::DtHudUpdater::HudImageConfig::y

Normalized y-coordinate of the image (0.0 to 1.0)

◆ width

float makVre::DtHudUpdater::HudImageConfig::width

Normalized width of the image (0.0 to 1.0)

◆ height

float makVre::DtHudUpdater::HudImageConfig::height

Normalized height of the image (0.0 to 1.0)


The documentation for this struct was generated from the following file: