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
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've captured a frame in render doc and the
light_iblDFGtexture looks weird:I've checked the generated texture
E:\Projects\filament\out\filament\generated\data\dfg.incand the header says that it was generated with
cmgen --ibl-dfg=E:\Projects\filament\out\filament\generated\data\dfg.incso I decided to run
cmgenmyselfcmgen --ibl-dfg=test.pngand 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.All reactions