X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fresources.h;h=238d6c544c373c4fdde4848784600a6246e8a1b1;hp=c0529b581c464602d6b5726c3e53d245d5cb2e35;hb=207da74ff155973509f13d714bda28f9d8fc3f42;hpb=4cb33c263a00787a57531dfc41a4128bf34d7bee diff --git a/source/resources.h b/source/resources.h index c0529b58..238d6c54 100644 --- a/source/resources.h +++ b/source/resources.h @@ -20,6 +20,7 @@ class Resources: virtual public DataFile::Collection { private: TextureFilter default_tex_filter; + float default_tex_anisotropy; bool srgb_conversion; ResourceManager *resource_manager; @@ -29,6 +30,7 @@ public: static const DataFile::CollectionSource &get_builtins(); void set_default_texture_filter(TextureFilter); + void set_default_texture_anisotropy(float); /** Enables or disables sRGB conversion. If enabled, textures and material colors are converted from sRGB to linear color space when loaded. */