relief map support, small refactoring, shadow bias now based on geometry normal

This commit is contained in:
2023-03-02 11:46:52 +03:00
parent adf8c4d7f0
commit 64eee9e607
26 changed files with 465 additions and 174 deletions

View File

@@ -85,6 +85,7 @@ public:
dbrMetalRoughReflectFlags,
dbrEmission,
dbrSpeedBitangXY,
dbrGeoNormal,
dbrNormalZSolid,
dbrMetalRoughReflectFlagsSolid,
@@ -155,7 +156,7 @@ private:
QMap<int, QList<Light *>> cur_lights;
QVector<FramebufferEffectBase *> fb_effects;
QImage last_img;
QString timings;
QString obr_defines, timings;
bool is_grabbing = false;
};