fabre.cedric Posted June 27, 2022 Posted June 27, 2022 Hello, In the last version of Unigine 2.15.1 I can't disable the TAA by using Unigine::Render::setTAA(false). What's the right way to do this please ? Thanks
cash-metall Posted June 28, 2022 Posted June 28, 2022 Hello! perhaps something wrong with presets. try to switch AA preset to 'custom' Render::setAAPreset(7); Render::setTAA(0); or in Console render_aa_preset 7 render_taa 0 1
fabre.cedric Posted June 28, 2022 Author Posted June 28, 2022 Hello, you are right this is the right way. Thanks !
Recommended Posts