mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Revert "Reverting TAA to FXAA in rc66 until we fix the aa on tablet"
This reverts commit 8e7b9dfa2b
.
This commit is contained in:
parent
95c172f418
commit
9fca98aa0f
2 changed files with 3 additions and 10 deletions
|
@ -26,11 +26,7 @@ class JitterSampleConfig : public render::Job::Config {
|
|||
Q_PROPERTY(bool stop MEMBER stop NOTIFY dirty)
|
||||
Q_PROPERTY(int index READ getIndex NOTIFY dirty)
|
||||
public:
|
||||
JitterSampleConfig() : render::Job::Config(true) {
|
||||
// FIXME: For RC66 disable Taa by default
|
||||
// Disable jitter by default for now by default:
|
||||
none();
|
||||
}
|
||||
JitterSampleConfig() : render::Job::Config(true) {}
|
||||
|
||||
float scale{ 0.5f };
|
||||
bool stop{ false };
|
||||
|
@ -117,10 +113,7 @@ public:
|
|||
bool feedbackColor{ false };
|
||||
|
||||
float debugX{ 0.0f };
|
||||
// FIXME: For RC66 disable Taa by default
|
||||
// Fall back to FXAA :(
|
||||
// float debugFXAAX{ 1.0f };
|
||||
float debugFXAAX{ 0.0f };
|
||||
float debugFXAAX{ 1.0f };
|
||||
float debugShowVelocityThreshold{ 1.0f };
|
||||
glm::vec2 debugCursorTexcoord{ 0.5f, 0.5f };
|
||||
float debugOrbZoom{ 2.0f };
|
||||
|
|
|
@ -36,7 +36,7 @@ Rectangle {
|
|||
Row {
|
||||
spacing: 10
|
||||
id: fxaaOnOff
|
||||
property bool debugFXAA: true
|
||||
property bool debugFXAA: false
|
||||
HifiControls.Button {
|
||||
text: {
|
||||
if (fxaaOnOff.debugFXAA) {
|
||||
|
|
Loading…
Reference in a new issue