Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The goal here is to compare 3Delight's OSL rendering core with other renderers that use renderers using C++  for shading  (namely Arnold and RenderMan RIS). Since all renderers are quite different, we will try to get to a most common denominator, in terms of setup, so to be able to compare apples to apples. We want to know: can we go as fast, in OSL, as highly optimized C++ ray-tracer ?

...

  • We will just use diffuse reflectors. We don't want complexe BRDFs sampling to get in the way. This test is not about this.
  • We will disable any adaptive sampling so to make sure we have very close ray-counts.
  • We will use only one diffuse bounce. This will circumvent some complexe variables from the equation (Russian roulettes and other tricks of the trade). 
  • The scene is easy to load, to setup and to render. It is available for all tested renderers.
  • All renders are done in Maya.


     

    Info
    titleNOTE

    We disabled a specific 3Delight's optimisation that would give it an unfair advantage in the context of this test. This optimization cannot be disabled from the UI and has been disabled in the renderer itself for the purpose of this test. If you render the scene below using a standard 3Delight, it would go about 10-20% compared to the results below.






The scene looks quite ugly in the viewport: just a large collection of rectangles generated using PaintEffects.

 

The render looks slightly better. Squares are transformed into circles using a cutout. Scene is lit by two large area lights from each side.  

...

 ArnoldRenderMan3Delight OSL
Version

 

TechnologyUnidirectional path tracerUsing unidirectional path tracer. Other options are available but not useful for this test.Unidirectional path tracer
ShadersC++C++OSL

 

The Setup

 ArnoldRenderMan3Delight OSL
Screent Shot

Image Modified

Image Modified

Image Modified

 

Remarks 

Min Samples = Max Samples
Light Samples = 2, seems to give closer results to Arnold 

Only shading samples to set for sampling BRDFs. 3Delight OSL takes care of the rest.
    

 

 

The Results

 

 3Delight OSLArnoldRenderMan
Image

Image Modified

  
Total Number of rays22.7 Millions20 Millions23.1
Time66 seconds 185 seconds
Comparison1  

 

 

Resources