natevm / BSDF-Visualizer

Project for scientific visualization
MIT License
18 stars 4 forks source link

Render BRDF on in Point Light View. #14

Closed natevm closed 6 years ago

natevm commented 6 years ago

We will need to turn PointlightViewer's fragment shader into a template, and then call the inlining code to substitute the analytical BRDF into it. (We are already doing the same thing in BRDFViewer's vertex shader.)