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

Add more BRDFs #24

Open
n8xm opened this issue Mar 19, 2018 · 0 comments
Open

Add more BRDFs #24

n8xm opened this issue Mar 19, 2018 · 0 comments
Assignees

Comments

@n8xm
Copy link
Collaborator

n8xm commented Mar 19, 2018

It would be nice if we had some more BRDFs to play with. It should be easy to add more BRDFs in Disney's format - they just have to be modified slightly to conform to OpenGL ES rather than desktop OpenGL. The easiest way to start is to load a Disney .brdf file, see what breaks, then change it.

Disney's files are here: https://github.com/wdas/brdf/tree/master/src/brdfs .

Perhaps this task could be automated with a script? I believe that in the general case, converting desktop OpenGL to OpenGL ES is nontrivial. Also, the total number of files that Disney has is small, so it may be faster to just do it by hand than it is to write a foolproof script.

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