Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asymmetric Overfill #282

Open
robsonswiss opened this issue Jan 3, 2017 · 1 comment
Open

Asymmetric Overfill #282

robsonswiss opened this issue Jan 3, 2017 · 1 comment

Comments

@robsonswiss
Copy link

Hi

Is it possible to change the renderoverfillfactor to be asymmetric? Or even quadrant based?
With the dual displays I find that I only need about 1.2 inwards, however 1.4 outwards, which means some wasted rendering inwards when setting to 1.4.

It's not really a problem for myself but I believe a performance gain can be had if the overfill factor was asymmetric.

@russell-taylor
Copy link
Contributor

Sorry for the slow reply. CES madness is in full throttle.

This seems like something that could be done by generalizing the configuration file and then making the RenderManager innards respond to both the existing the new specification. All of the code to handle this is in the open-source portion of RenderManager. It may only involve changes to the viewport and projection generation functions in the base class as well as carrying the new parameters around.

It seems like this should be done symmetrically, with the specification being something like "inner, outer, upper, lower" rather than "left, right, top bottom".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants