natevm / BSDF-Visualizer

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

Image Based Lighting #39

Closed natevm closed 6 years ago

natevm commented 6 years ago

These are the core changes which add in Image Based Lighting.

What was done: Added ability to sample from a spherical environment map Altered model viewport to use a ping pong frame buffer for IBL convergence.

Todo: Add ability to change skybox Add ability to change diffuse/specular material colors, specular exponent Fix broken point selection code.