RealityServer 4.3

We have just released RealityServer 4.3 which includes the new NVIDIA Iray 2015. There are some great new features included and we will be adding several more to incremental releases in the future based on new additions to Iray. We’ll cover some of the highlights for you here, there are also a lot of smaller additions so we encourage users to take a look through the release notes for both RealityServer and Iray.  Here is a taste of what’s new, starting with something we have been waiting a very long time for and are very glad to say has been included in this release.

Instancing

This is a big one. We have a lot of customers who need to create scenes which have large numbers of the same object in them. Think for example about a stadium, which might have only four or five main types of seating but could easily have around 50,000 actual seats. In the past such a scene would be impossible to render with Iray Photoreal on the GPU due to the memory requirements, with instancing however this all changes. Of course it doesn’t come for free, there is a performance penalty for using instancing and you should explicitly flag the items you want to instance rather than enabling the feature for everything. In our tests however we found the performance hit to be fairly modest, around 10%. Note that this will likely vary a lot depending on your scene and how much instancing it has. Of course, it will always be faster than running out of GPU memory and falling back to the slower CPU based mode.

646,836,000 triangles

Gratuitous instancing image. 2400 instances of a 269,515 triangle model (646,836,000 total triangles) rendered with RealityServer 4.3.

Instancing is not enabled by default, if you want to use it you need to set an explicit option to turn it on. There are two modes, one where everything is instanced, which could be significantly slower and another mode where you can explicitly define which objects, groups or instances should have instancing enabled. This is the best option and we are already using this in some of our products that use RealityServer. One good strategy is to analyse your scene and only enable instancing for objects that actually have a significant number of instances.

With instancing anything that has a lot of repetitive geometry can be rendered with a much lower memory footprint. So retail stores, stadiums, forests and offices are all great candidates to benefit from instancing. In cases where you are not running up against the GPU memory limits you will get better performance by disabling this feature but in many cases it now allows you to render scenes that were previously impractical. Of course with 12GB cards such as the Tesla K40, Quadro K6000 and the recently announced GeForce TITAN X, massive scenes are becoming more practical than ever. Check out the RealityServer documentation for more information on instancing.

Programmable MDL

While MDL (Material Definition Language) has been around for some time now, it has relied heavily on a pre-defined and fixed set of base functionality to work and it was not possible to add your own procedural texturing or other functionality. This all changes with RealityServer 4.3 and Iray 2015. You can read about some cool testing we did with this new feature in our Procedurally Retro with MDL article where we created a new procedural texture. If you need to create a custom procedural tile, or evaluate something complex to set the input of one of the built in functions this is now straight forward. The main requirement of your programmed MDL functions is that they are side-effect free, which is usually straight forward. Programmable MDL can be used not just for materials but also in lights and the environment. The last of these introduces some interesting possibilities, like adding procedural clouds to the build in Sun and Sky system.

MDL Sky

Procedural clouds using and MDL environment function

 

OptiX Prime for Iray Photoreal

Iray Photoreal has its own built-in ray tracing code which is highly efficient and robust. However many customers have been asking to see faster build times for acceleration structures used during rendering and of course faster rendering times. There is now the option to enable OptiX Prime based acceleration structure construction and ray tracing. This mode gives significant speed up in build times (so lowering the time to first image from a cold start) and improved runtime performance in most scenes. Memory usage is higher using this mode, particularly during construction of the acceleration structure so whether you want to utilise it will depend heavily on whether memory or performance is more important for your application. Fortunately its just one option to turn on or off so you can experiment easily.

Hybrid Example Using three.js

A new example application is now shipping with RealityServer which shows you how you can integrate RealityServer rendering alongside client-side rendering in the browser using three.js, a popular library for implementing 3D in the browser. This compliments our already available Unity 3D example and together these provide multiple options for either bringing client side rendering to your RealityServer application or bringing server-side rendering to your existing client-side application. The example uses a simplified version of our standard demo model for client side rendering during navigation and then switches to the high quality stream from RealityServer for the full detail model when you stop navigating. While navigating, rendering is paused on the server so that compute resources are not consumed. Of course you can match the client-side model and server-side models more closely in terms of materials, in general however you will want to keep the complexity of the client-side model as low as possible to reduce download times. This hybrid approach also has the advantage of keeping the full detail 3D content secure on your server.

threejs

WebGL based navigation blended to high quality results

 

The List Goes On

In addition to the many new features there are also many important fixes and enhancements to existing features. While many of these are minor they have been specifically requested by customers to address their needs an we are happy to be able to roll them into this release.

We have also further updated our 3ds max and Maya exporters to create scenes that are compatible with Iray 2015 rendering. Existing customers have already been sent the new release and we will be rolling out updates for our pre-configured Nimbix NAE within the next couple of weeks. To the right are some of the other enhancements available in this release.

  • Overall improved performance
  • Iray Interactive now supports Light Path Expressions
  • Support for the X-rite AxF measured material format.BETA
  • CPU fallback for Iray Interactive
  • Improvements to subsurface scattering in Iray Photoreal
  • Enhanced performance on 2nd generation Maxwell GPUs
There are several other features added by Iray 2015 that we are working to expose in RealityServer 4.3. As usual we will be providing incremental updates to all customers as we add these. We have only really covered the major changes here so be sure to dig into the release notes for the full details. Of course don’t hesitate to contact us with any questions.
Articles