End-to-End Configurator Example Guide

This guide outlines the process of creating an interactive, photorealistic product configurator using the NVIDIA Concept Car asset. This example illustrates common operations in a product configuration pipeline, starting with ingesting data from external sources, such as Dassault Systemes 3D EXCITE DELTAGEN, OpenUSD (Universal Scene Description) variant authoring, look development in an Omniverse Kit-based application, and streaming to a web page deployed from GDN.

_images/auto-config-hero.png

The guidance and samples provided within this guide are intended to educate and inspire developers as a starting point for their own unique needs in their intended asset pipeline. This guide culminates in demonstrating a streaming, interactive experience for end-users.

The example differs from previous incarnations, such as the data driven configurator series, as it utilizes external messaging to trigger variants and is authored to the exact car variants. Thus, it can be interacted with on multiple platforms/devices, but is less flexible if swapping out or reading new variant data.

Next: Objectives