ofDocsdocumentation types ofBaseHasTexture

ofBaseHasTexture


getTexture( )

ofTexture & getTexture()

Returns: a reference to the ofTexture.


getTexture( )

const ofTexture & getTexture()

Returns: a const reference to the ofTexture.


isUsingTexture( )

bool isUsingTexture()

Returns: true if an internal ofTexture is being used.


setUseTexture( ... )

void setUseTexture(bool bUseTex)

Enable or disable internal ofTexture use.

Parameters:

bUseTex true if an ofTexture should be used.


~ofBaseHasTexture( )

~ofBaseHasTexture()

Destroy the ofBaseHasTexture.