Tuesday, June 23, 2015

Reflection/Point-based Global Illumination



  • Reflection and refraction
  • Point-based Global Illumination
  • Anti-aliasing settings
 [1] https://github.com/fxthomas/renderboy
 [2] Global illumination 99 lines
      http://www.kevinbeason.com/smallpt/

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...