X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Fpbrmaterial.h;fp=source%2Fmaterials%2Fpbrmaterial.h;h=3e9b26ade8d525aff7b08c4d399d34f36e5d8f0c;hb=cb7db94f7837e6a3be037d07575dc248177d9426;hp=00e5e1babc64ded6c83b1ff894f0f5a78a0e672b;hpb=04005f74fece3c33848ed9420dc0f9c431a9f0ec;p=libs%2Fgl.git diff --git a/source/materials/pbrmaterial.h b/source/materials/pbrmaterial.h index 00e5e1ba..3e9b26ad 100644 --- a/source/materials/pbrmaterial.h +++ b/source/materials/pbrmaterial.h @@ -29,7 +29,6 @@ private: Property roughness; Property occlusion; Property emission; - bool receive_shadows; static const Tag texture_tags[]; @@ -55,7 +54,6 @@ public: void set_occlusion_map(const Texture *); void set_emission(const Color &); void set_emission_map(const Texture *); - void set_receive_shadows(bool); }; } // namespace GL