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

Simulating Reflectivity #23

Open
Galto2000 opened this issue Mar 13, 2018 · 0 comments
Open

Simulating Reflectivity #23

Galto2000 opened this issue Mar 13, 2018 · 0 comments

Comments

@Galto2000
Copy link

Hello,

How would one go about simulating reflectivity?

Currently I convert RGB to a gray-scale value, and use that in lieu of reflectivity :

I = 0.2989 * R + 0.5870 * B + 0.1140 *G

But this is really inadequate for my purposes. Also, it's not very clear how or whether refraction is modeled as well as phenomenon such as Fresnel effect.

Is it possible for blensor_intern.scan() to also provide the surface normal at the ray/object intersection point?

Thanks !!

Galto

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