1000 Forms of Bunnies victor's tech art blog.

My Siggraph 2018 - Part 2

Continue on the previous post - more about my Siggraph 2018 journey.


Day 4

This day was Epic. 4 sessions were filling up the whole day. Started with The Technology Behind ‘The Speed of Light’.

Epic: The Technology Behind ‘The Speed of Light’

The Speed of Light is the featured project of Epic this year which showcased the latest real-time raytracing (RTRT) technology. The demo was built with Microsoft DirectX Ray Tracing API and runs on two NVIDIA Quadro RTX cards. New Unreal Engine features include:

  • Ray-traced translucency
  • Ray-traced rectangular area light shadows
  • Ray-traced reflections
  • Ray-traced diffuse global illumination
  • Dynamic textured area lights

Reference Acquisition

Car materials were captured on location at Porsche in Germany. Marks were made with black tapes on the walls to help to align the lightings in the post production. Project is using 32bit linear workflow and unclamped Image-based lighting (IBL).

Data Preparation

Car model was provided with no extra modeling needed. Models came as CAD files and are processed with Datasmith + DCC (Maya) and endless iteration. Batch-processing was done with python scripting. Geometry and UV needed to be cleaned up. Production was extremely well organized and detail-driven as the project was for showcasing an real-world masterpiece of industrial design. In the end, 876 CAD parts are filtered down to 165 mesh groups which are 9.46m polygons. One of the particular important thing is to clean up all the holes on the models, because inner structrues cause unnecessary ray-bouncing calculation.

Look-Dev

The team tried to match the materials with realistic world as much as possible. Lots of custom material expressions were developed (like the translucent material for the car lights). Promotion video was made with sequencer. Camera work was done with virtual camera with iPhone. Photo Studio was built fully in blueprint.

Tech about Real-time Ray Tracing (RTRT)

Latest RTRT technology provides soft-shadow (and realistic reflection) which is a big add-on for the demo. Raytracing is an amazing add-on for rasterization pipeline, and is more suitable for complex effects such as GI, refraction, soft-shadow, dispersion, subsurface scattering etc. Raytracing now is easier to implement and use thanks to the improvement of hardware (NVIDIA RTX) and implementation method (DirectX Raytracing (DXR) API).

Key points

  • DXR. Good to use, easy to prototype with, good on performance, and allow recursiveness.
  • Hybrid pipeline. Use rasterization for primary visibility (G-Buffer), and use raytracing for complex effects (reflections, soft shadows, area shadow etc.)
  • Denoiser. Use different denoiser for different tasks. No machine learning yet. Denoiser is critical for RTRT! (Just use 1 spp on raytracing and then pass the rest of work to denoiser.)
  • Challenge. Temporal anti-aliasing (TAA) & noise are the main challenge - TAA cause white spots noise, however when try to blur them out will lose the reflections. :(

Resources

Second session Fortnite - Advancing The Animation Production Pipeline walked through Fortnite cinematic trailer and talked about animation pipeline and sequencer.

Pixar RenderMan - Working With Next Gen VFX Pipelines

Took a break at noon jumping into a Pixar session to learn some new features about RenderMan 22 (Actually just want to get the iconic Pixar walking teapot…)


Interesting key points in the talk:

  • Amazing python interactive RenderMan demo
  • PMJ (Progressive multi-sampling jittering)
  • Choose random number nicely!
  • Path Traced SSS
  • Physical Camera (Tilt shifting, Color fringing etc.)
  • Faster curves (for rendering hairs)
  • MNEE Caustics (for eye rendering)
  • Light learning to avoid sampling bad lights
  • NVIDIA AI denoiser implemented
  • Able to render large amount of polygons

RenderMan in production:

Rest of The Day

  • Python in Production - Python has been integrated in almost all DCC and used to optimize the artists work pipeline. TODO: Tox.
  • Cave VR experience.
  • Pathtracing in Production (VFX) - Paper

Wrapping up the day was an impromptu meetup of dozens Siggraph attendees from China. I was lucky enough to meet all those amazing people with the same cultural background who are passionated about the same professional fields.

comments powered by Disqus
Your Browser Don't Support Canvas, Please Download Chrome ^_^``