From 2969ea72ff6622817253a5fdcf0c68227dd78877 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Wed, 12 Oct 2022 08:32:40 -0400 Subject: [PATCH] Add settings for 65" device Signed-off-by: Patrick Avery --- vtkLookingGlassInterface.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vtkLookingGlassInterface.cxx b/vtkLookingGlassInterface.cxx index dbf7e85..25f1f41 100644 --- a/vtkLookingGlassInterface.cxx +++ b/vtkLookingGlassInterface.cxx @@ -246,6 +246,11 @@ vtkLookingGlassInterface::GetSettingsByDevice() 5, 9, // QuiltTiles 1.777 // AspectRatio ); + settingsByDevice["65"] = DeviceSettings("Looking Glass 65\"", + 8192, 8192, // QuiltSize + 8, 9, // QuiltTiles + 1.777 // AspectRatio + ); } return settingsByDevice;