You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: