Home
last modified time | relevance | path

Searched refs:getSelectedTextureName (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/22.MaterialViewer/
H A Dmain.cpp428 const wchar_t * getSelectedTextureName() const in getSelectedTextureName() function in CTextureControl
634 …extureLayer[0].Texture = Driver->getTexture( io::path(TextureControl1->getSelectedTextureName()) ); in updateMaterial()
638 …extureLayer[1].Texture = Driver->getTexture( io::path(TextureControl2->getSelectedTextureName()) ); in updateMaterial()