Hotrian / OpenVRDesktopDisplayPortal

Put your favorite Desktop Window directly into any OpenVR game!
Other
445 stars 97 forks source link

Add quality settings #32

Closed Hotrian closed 7 years ago

Hotrian commented 7 years ago

Currently the Overlay uses Bilinear filtering but the Capture itself is using Point filtering (which means it isn't using filtering). Someone on Reddit requested I add the ability to change the quality settings, which I intend to do. Wouldn't actually increase the quality but might make it look a bit nicer.

Hotrian commented 7 years ago

Handled this by doubling the RenderTexture size (because at 1:1 it didn't seem to have any effect) and halving the orthographic size. This might introduce additional controller/outline bugs which I can't test right now since I'm deving with the null driver. Will close this with the next commit but it might need some bug fixing, which is why I'm making this comment (so I don't forget this change).

Hotrian commented 7 years ago

Added "None", "Bilinear", and "Trilinear" settings to "Additional Settings". I don't see a quality difference between Bilinear and Trilinear but perhaps someone else does.