QixinDeng

Results 7 comments of QixinDeng

> Hi, > > I'm surprised to see a completely different issue here than indicated in the notification email I got. > In the notification email the assembly.jar was running...

Hi, I use openjdk-java: 8.0.282.hs-adpt. I would like to compile the code from the source. I see, so the parameter for specular and diffuse are coupled and not independent right?...

> Hi, > > I'm surprised to see a completely different issue here than indicated in the notification email I got. > In the notification email the assembly.jar was running...

> Hi, > can you try to run sbt compile first? > yes, the parameters are not separated and the defuse and specular model are coupled. > > Best >...

> We implemented I_diff and I_spec with separate rendering passes. You can implement it in one. The equation leaves the choice of implementation open. We choose two for the scala...

> Hi, > both diffuse and specular albedo are rendered with SH. And yes, the specular part has to be rendered separately, since specular reflections work differently. > Best >...

> yes, the SH parameters are the same for both. > yes on both, diffuse and specular > > the specular component is slightly more complex to calculate since it...