summaryrefslogtreecommitdiffstats
path: root/src/viewer/Qt3DSViewerApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewer/Qt3DSViewerApp.h')
-rw-r--r--src/viewer/Qt3DSViewerApp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/viewer/Qt3DSViewerApp.h b/src/viewer/Qt3DSViewerApp.h
index 441cd50..25d2ed7 100644
--- a/src/viewer/Qt3DSViewerApp.h
+++ b/src/viewer/Qt3DSViewerApp.h
@@ -95,7 +95,9 @@ struct ViewerStereoModes
enum Enum {
Mono,
TopBottom,
- LeftRight
+ LeftRight,
+ AnaglyphRedCyan,
+ AnaglyphGreenMagenta
};
};