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

Motion Blur가 제대로 적용되지 않는 문제 #97

Closed
Jin02 opened this issue Jul 1, 2018 · 2 comments
Closed

Motion Blur가 제대로 적용되지 않는 문제 #97

Jin02 opened this issue Jul 1, 2018 · 2 comments
Assignees
Labels

Comments

@Jin02
Copy link
Owner

Jin02 commented Jul 1, 2018

프레임이 일정하지 않을 경우 motion blur가 제대로 표시되지 않는 문제가 있다.

@Jin02 Jin02 self-assigned this Jul 1, 2018
@Jin02 Jin02 removed the Accept label Jul 1, 2018
@Jin02
Copy link
Owner Author

Jin02 commented Jul 1, 2018

가장 간단한 해결 방법으로는 일정한 스케일링 값을 주어 velocity 값을 증폭되게 기록하는 방법이 하나 있다.
일단은 -_-.. 현재 목표가 motion blur의 뛰어난 효과 구현이 아니니까 이 방법을 약간 개량해서 해결하는게 좋겠다.

@Jin02 Jin02 added Done and removed Bug labels Jul 22, 2018
@Jin02
Copy link
Owner Author

Jin02 commented Jul 22, 2018

스케일링 값은 delta time을 주어 유동적으로 변경할 수 있도록 했다.
그리고 이것도 부족할테니 기존에 존재하던 length 값을 조정하여 사용자가 원하는 motion blur 효과를 얻어낼 수 있도록 수정했다.

@Jin02 Jin02 closed this as completed Jul 22, 2018
Jin02 added a commit that referenced this issue Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant