Cai0322

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: [作业4]关于E(mu)重要性采样的问题 #10170 Score: 0
    Cai0322
    Participant

    这里是我的一些其他代码

    Attachments:
    You must be logged in to view attached files.
    in reply to: 预计算BRDF中关于G项的疑问 #9672 Score: 0
    Cai0322
    Participant

    参考虚幻13年的course notes给出的公式,可以发现D和G项需要的是N和其他方向向量(如i,v,h)的点乘,也就是那个向量的costheta。costheta甚至都不需要算;它就是那个方向向量的z坐标。因此计算这两个的时候不需要N,只需要roughness。
    至于入射方向L应该是在使用MC积分法计算预计算的两个积分的时候采样得到的。因此那两个积分里除了之前说的roughness确实只差V了(公式里使用NdotV是因为这样可以把range控制在0到1,比较方便,它本质上就是costhetav)。

Viewing 2 posts - 1 through 2 (of 2 total)