f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Better user-friendly effect options names

Open mwestphal opened this issue 2 years ago • 0 comments

  this->Internals->init("render.effect.depth-peeling", false); // MEAK: "depth-peeling" -> "translucency-support"?
  this->Internals->init("render.effect.fxaa", false); // MEAK: "fxaa" -> "anti-aliasing"?
  this->Internals->init("render.effect.ssao", false); // MEAK: "ssao" -> "ambient-occlusion"?
  this->Internals->init("render.effect.tone-mapping", false);

mwestphal avatar Aug 05 '22 10:08 mwestphal