RenderLab icon indicating copy to clipboard operation
RenderLab copied to clipboard

App of RTR, PTR and Editor

Results 4 RenderLab issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/71306314/173290448-53760b15-26fa-46dd-bc20-045fa86f82f1.png) 想问一下为什么按照过程编译出来会是这样的呢

u聚,在这里InfiniteAreaLight初始化这里,sum不是要再除以(w*h)才等于贴图这个二维函数在定义域上的积分吗?如果这里不除的话,distribution中的值应该并不是pdf(i,j)吧,应该只是个分布,若是这样的话。好像u聚在AliasMethod却是直接把他当作pdf了。 ``` auto w = img->GetWidth(); auto h = img->GetHeight(); vector distribution(w*h); double sum = 0.f; for (int y = 0; y < h; y++) { double sinTheta = sin(PI...

![image](https://user-images.githubusercontent.com/18306667/106744989-78d1bb00-665b-11eb-95ba-f3e2c0f63104.png) 你好,这个问题怎么解决~

![image](https://user-images.githubusercontent.com/13329622/100591829-450fa780-3331-11eb-9b52-5161e76502f2.png) 使用cmake configure时出现的错误 cmake版本 ![image](https://user-images.githubusercontent.com/13329622/100591905-5fe21c00-3331-11eb-839f-6ce617f8332b.png)