Jump to content

[SOLVED] Disable TAA


photo

Recommended Posts

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

Link to comment

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
Link to comment
  • silent changed the title to [SOLVED] Disable TAA
×
×
  • Create New...