MaxstARSDK
maxstAR::BackgroundTexture Class Referenceabstract

Contains information of background rendering texture. More...

#include <BackgroundTexture.h>

Collaboration diagram for maxstAR::BackgroundTexture:
Collaboration graph

Public Member Functions

 BackgroundTexture (unsigned int textureId, int width, int height)
 
virtual ~BackgroundTexture ()
 
virtual unsigned int getId ()=0
 texture id for background rendering More...
 
virtual int getWidth ()=0
 
virtual int getHeight ()=0
 

Detailed Description

Contains information of background rendering texture.

Constructor & Destructor Documentation

◆ BackgroundTexture()

maxstAR::BackgroundTexture::BackgroundTexture ( unsigned int  textureId,
int  width,
int  height 
)
inline

◆ ~BackgroundTexture()

virtual maxstAR::BackgroundTexture::~BackgroundTexture ( )
inlinevirtual

Member Function Documentation

◆ getHeight()

virtual int maxstAR::BackgroundTexture::getHeight ( )
pure virtual
Returns
texture height

◆ getId()

virtual unsigned int maxstAR::BackgroundTexture::getId ( )
pure virtual

texture id for background rendering

◆ getWidth()

virtual int maxstAR::BackgroundTexture::getWidth ( )
pure virtual
Returns
texture width

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