Finding and loading textures inside meshloaders.
Definition IMeshTextureLoader.hpp:31
virtual void setTexturePath(const jpp::io::path &path)=0
Set a custom texture path.
virtual jpp::video::ITexture * getTexture(const jpp::io::path &textureName)=0
Get the texture by searching for it in all paths that makes sense for the given textureName.
virtual const jpp::io::path & getTexturePath() const =0
Get the current custom texture path.
virtual ~IMeshTextureLoader()
Destructor.
Definition IMeshTextureLoader.hpp:35
virtual void setMeshFile(const jpp::io::IReadFile *meshFile)=0
Meshloaders will search paths relative to the meshFile.
virtual void setMaterialFile(const jpp::io::IReadFile *materialFile)=0
Meshloaders will try to look relative to the path of the materialFile.
Interface of a Video Driver dependent Texture.
Definition ITexture.hpp:186
As of Jimcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11