Hi all!
Anybody spotted a similar issue maybe? There seems to be nothing "non-constant" here...
source/build/src/polymer.cpp:5339:73: error: ‘(1.07000005e+0f / 1.02400005e+0f)’ is not a constant expression
static constexpr float factor_new = 1.f / ((2048.f * (1.07f / 1.024f) * (150.f / 230.f) / 35.f) * material_visibility_divisor);
~~~~~~~^~~~~~~~~
source/build/src/polymer.cpp:5341:73: error: ‘(1.07000005e+0f / 1.02400005e+0f)’ is not a constant expression
static constexpr float factor_old = 1.f / ((2048.f * (1.07f / 1.024f) / 35.f) * material_visibility_divisor);
Thanks!
