You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

In this test we will compare Geo Light sampling technology in 3Delight OSL, Arnold and RenderMan. We will use a test with a geometric area light that is composed of a relatively large number of faces. The test should allow us to find the convergence rate of each algorithm as well as general performance.

The Scene

The test scene allows for procedural generation of floating area lights using the "Tubes Per Step" PaintEffects attribute.


The scene is designed to procedurally generate a number of area lights floating on top of a "city".  

  • Only diffuse reflectors. The original test scene had a diffuse+specular surface but that generated a considerable amount of additional noise in Arnold. Since we want to concentrate on light sampling here, we decided to go for a simpler setup.
  • We will disable any adaptive sampling so to make sure we have very close ray-counts.
  • We will use only direct lighting to estimate the geometric area light contribution. In the statistics files for each renderer, one can see that we have only one path lenght.
  • All Renders are done in Maya 2016.

Methodology

We are interested to find out about:

  • The quality of the light samples drawn by each renderer. How fast do we converge to ground truth by increasing the amount of samples ?
  • Performance. How fast is the sampler to produce an image of a given quality ?

We will start by creating a "ground truth" image for each renderer (this image is generated by using a very large amount of samples so there is no more apparent noise). We will then render several images with varying amount of samples and measure the RMSE between these images and ground truth. Timings will be taken at each renderer. Having this data will allow us to draw conclusion about convergence rate and general performance.


Arnold

Samples2 (1.23)4 (4.91)8 (19.64)16 (78.56)32 (314.29)64 (1257.18)
Time1s2s6s21s1:218:12
Shadow Rays0.678 M

3.26 M

10.8 M43.4 M173.6 M694.5 M
RMSE0.156990.1001150.05017870.02425150.01174130.00693426

3Delight


Samples248163264128256
Time5.72s8s12.82 s22.18 s40.92 s86.91165.69 s302.98
Shadow Rays2.45 M

3.13 M

4.51 M7.27 M12.78 M23.8 M45.88 M90.1 M
RMSE0.09331420.06582660.04412480.02904390.01855750.01175660.007525460.00449892

RenderMan

Samples124832642565121024
Time6.74s7.23s7.99s9.42s18.51s29.401:38.083:15.776:23.39
Rays

1.47 M

2.94 M

5.88 M

11.7 M

47.02 M94.14 M376.3 M751.3 M1499 M
RMSE0.1511250.1214870.09536490.07281480.03738760.02653880.01381480.008540450.00396

Preliminary Conclusions (for self, re-wording needed)

  • 3Delight generates light samples that are significantly better than both Arnold and Prman.
  • 3Delight is slower to to generate these samples. Meaning that for draft renders Arnold/PrMan will seem faster. For final renders 3Delight becomes increasingly faster.
  • Using so much less samples also makes 3Delight faster when shading is more expensive
  • RenderMan seems to have difficulties in sampling.
  • Arnold has a solid albeit O(N^2) algorithm (vs O(N) in 3Delight)  and compensates to a certain degree with very fast light sampler.
  • When combining BRDFs, 3Delight is even less noisy. 


  • No labels