X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Fpbrmaterial.h;h=e863ca642481a0b64b651c814f537590cbd60ae8;hb=7a5d84b06d0217c5edad5d9f4ef51404de0cb911;hp=18719bd44e98f8616f2fb7e2e85aac79d2baccda;hpb=60f288b3a6b5753702ed2b2c035f29778ae0b7d0;p=libs%2Fgl.git diff --git a/source/materials/pbrmaterial.h b/source/materials/pbrmaterial.h index 18719bd4..e863ca64 100644 --- a/source/materials/pbrmaterial.h +++ b/source/materials/pbrmaterial.h @@ -34,6 +34,7 @@ public: private: Property base_color; + Property tint; Property normal; Property metalness; Property roughness; @@ -60,6 +61,7 @@ public: void set_base_color(const Color &); void set_base_color_map(const Texture *); + void set_tint(const Color &); void set_normal_map(const Texture *); void set_metalness(float); void set_metalness_map(const Texture *);