PathTracer

— render the world in one triangle

Screen Shot 2020-08-04 at 10.56.30 PM.png

Lambert #

Screen Shot 2020-07-25 at 8.42.19 PM.png

Screen Shot 2020-07-26 at 10.03.57 PM.png

The Next Estimation #

FresnelSpecular | Glass #

Screen Shot 2020-08-04 at 9.40.46 PM.png

 
1
Kudos
 
1
Kudos

Now read this

Fill The Probability

— source code in this page lies here Generative-Art常常借助概率分布来构建画面的形式与秩序。 其中最常用的有Gaussian、Uniform和PowerLaw分布函数了,Processing中甚至专门提供了randomGaussian这个函数方法来返回符合标准正态分布的随机数。 最近在翻阅一本概率书籍的时候, 当中提到一种简单的算法来生成符合某概率密度函数的连续随机数(假设下图函数是我们想要的概率分布):... Continue →