We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a53c87 commit 0b5544aCopy full SHA for 0b5544a
src/films/display.cpp
@@ -193,9 +193,9 @@ class DisplayInstance final : public Film::Instance {
193
194
static Callable agx = [](Float3 val) noexcept {
195
const auto agx_mat = make_float3x3(
196
- 0.842479062253094, 0.0423282422610123, 0.0423756549057051,
197
- 0.0784335999999992, 0.878468636469772, 0.0784336,
198
- 0.0792237451477643, 0.0791661274605434, 0.879142973793104);
+ 0.842479062253094f, 0.0423282422610123f, 0.0423756549057051f,
+ 0.0784335999999992f, 0.878468636469772f, 0.0784336f,
+ 0.0792237451477643f, 0.0791661274605434f, 0.879142973793104f);
199
200
const auto min_ev = -12.47393f;
201
const auto max_ev = 4.026069f;
0 commit comments