gnikoloff / webgl-pbr-dojo

explore physically based rendering

Home Page:https://gnikoloff.github.io/webgl-pbr-dojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Physically based rendering Dojo

Place to explore theory and math behind PBR

Please not this is not production ready code, rather a playground to test the math and concepts behind PBR. In fact, these demos do not currently work on:

  • Firefox, due to annoying GLSL 300 shader UBO array definition bug. You can refer to it here
  • Safari, due to inability to render HDR image to half floating point framebuffer. It should work, however due to my limited time on this side project and the focus being on PBR concepts, I can't bother to fix it

References

About

explore physically based rendering

https://gnikoloff.github.io/webgl-pbr-dojo


Languages

Language:JavaScript 89.6%Language:GLSL 10.0%Language:CSS 0.2%Language:Pug 0.2%Language:HTML 0.1%