Werid IBL DFG Lut result #8002
GerradLong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've captured a frame in render doc and the
light_iblDFG
texture looks weird:I've checked the generated texture
E:\Projects\filament\out\filament\generated\data\dfg.inc
and the header says that it was generated with
cmgen --ibl-dfg=E:\Projects\filament\out\filament\generated\data\dfg.inc
so I decided to run
cmgen
myselfcmgen --ibl-dfg=test.png
and it generated the "standard" DFG texture:CubemapIBL::DFG(...);
function looks normalDFG::getTexture()
is used only inPerViewUniforms::PerViewUniforms()
and I don't see any GPU processing of this texture.Beta Was this translation helpful? Give feedback.
All reactions