Skip to content

Commit

Permalink
Merge pull request #59 from Kitware/65-inch-device
Browse files Browse the repository at this point in the history
Add settings for 65" device
  • Loading branch information
psavery authored Oct 12, 2022
2 parents 9e6979c + 2969ea7 commit 88a24da
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 88a24da

Please sign in to comment.