Skip to content

Commit

Permalink
Add settings for 65" device
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 12, 2022
1 parent 9e6979c commit 2969ea7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vtkLookingGlassInterface.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2969ea7

Please sign in to comment.