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

Potential bug in the Microfacet BRDF model #18

Closed
leehsiu opened this issue Oct 28, 2021 · 1 comment
Closed

Potential bug in the Microfacet BRDF model #18

leehsiu opened this issue Oct 28, 2021 · 1 comment

Comments

@leehsiu
Copy link

leehsiu commented Oct 28, 2021

g = self._get_g(pts2c, h, normal, alpha=alpha) # NxL

The shadow term is calculated as g = self._get_g(pts2c, h, normal, alpha=alpha) # NxL

However, according two Equ.(23) in the original BTDF paper it should be G(v,m)G(l,m).

Here only half part is calculated.

@xiumingzhang
Copy link
Collaborator

Which "Equ.(23)"?

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