Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 3.39 KB

File metadata and controls

80 lines (54 loc) · 3.39 KB

A Beautiful Game

Tags

showcase, video, extension

Extensions Used

  • KHR_materials_transmission
  • KHR_materials_volume

Summary

Chess set using transmission and volume.

Operations

Screenshots

screenshot

Real-time rendered using Babylon Sandbox with Poly Haven's Aerodynamics Workshop HDRI, ACES tone-mapping, and Exposure +2EV.

screenshot

Real-time rendered using ThreeJS glTF Viewer with the default view settings and neutral lighting.

Description

The original model was crafted for a SideFX tutorial for Karma by Moeen Sayed and Mujtaba Sayed. It was publicly re-released by the Academy Software Foundation during the SIGGRAPH 2022 ASWF Open Source Days set of presentations, which also included one presentation by Bernard Kwok and Pablo Delgado covering recent developments in MaterialX / glTF interoperability (video) (slides). The model geometry was first converted to GLB form by Chris Rydalch and Jonathan Stone in order to be contributed to the MaterialX project as a sample.

The updated glTF conversion presented here by Ed Mackey provides full glTF PBR materials, including the transmission and volumetric effects applied to the tops of the Pawns using a pre-release of the Blender glTF I/O project. A small amount of subsurface scattering on the King and Queen have been skipped for this iteration as the relevant glTF extensions are still in draft form. Ambient Occlusion maps were recalculated and merged into glTF's typical occlusion-roughness-metallic map combinations.

The geometry is separated into individual meshes (instanced where possible), meaning this version of the model could be used to create a fully interactive chess game with individually movable pieces.

Purpose

This sample model demonstrates the power of integration between the USD / MaterialX authoring workflow and glTF's ability to deliver a GPU-ready final asset for interactive rendering. This sample is the result of a bespoke conversion intended to show the art of the possible, exploring changes needed to the asset as it moves from an artist's editing workflow in USD / MaterialX to the final delivery form in glTF. Ideally this work can serve as inspiration for more automated conversion tooling in the future.

Legal

© 2020, ASWF. CC BY 4.0 International

  • MaterialX Project for Original model

© 2022, Ed Mackey. CC BY 4.0 International

  • Ed Mackey for Conversion to glTF

Assembled by modelmetadata