Skip to content

Commit

Permalink
Merge pull request #62 from Kitware/8k_gen2
Browse files Browse the repository at this point in the history
Add 8k_gen2, which has the same settings at 8k
  • Loading branch information
psavery authored Mar 27, 2023
2 parents 78cc2ce + 866558d commit 9c12ff4
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["8k_gen2"] = DeviceSettings("Looking Glass 32\" (gen2)",
4096 * 2, 4096 * 2, // QuiltSize
5, 9, // QuiltTiles
1.777 // AspectRatio
);
settingsByDevice["65"] = DeviceSettings("Looking Glass 65\"",
8192, 8192, // QuiltSize
8, 9, // QuiltTiles
Expand Down

0 comments on commit 9c12ff4

Please sign in to comment.