Jump to content

[SOLVED] Disable TAA


photo

Recommended Posts

Posted

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

Posted

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

 

  • Thanks 1
Posted

Hello, you are right this is the right way.
Thanks  !

  • silent changed the title to [SOLVED] Disable TAA
×
×
  • Create New...