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

Don't respond to runtime FoV change #26

Open
ThomasChen1220 opened this issue Aug 17, 2021 · 0 comments
Open

Don't respond to runtime FoV change #26

ThomasChen1220 opened this issue Aug 17, 2021 · 0 comments

Comments

@ThomasChen1220
Copy link

ThomasChen1220 commented Aug 17, 2021

Motion Vector currently don't respond to camera FoV change. This is because in VelocityBuffer.cs, prevVP is not using previous projection matrix.
paramPrevVP[0] = currP * prevV;
paramPrevVP_NoFlip[0] = currP_NoFlip * prevV;
This simplified things for motion vector+camera jitter. Not sure how to improve this though.

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

1 participant