Advertisement · 728 × 90

Posts by Pablo Delgado

Post image Post image

There are some pretty nice test cases in this glTF issue which I'm looking forward to adding to the test suite: github.com/KhronosGroup...

1 week ago 0 0 0 0
Post image

Currently implementing Gaussian splatting in guc (glTF to USD converter) so that it can be released as soon as the extension comes out of RC status.

1 week ago 0 0 1 0
Video

I also hooked it up to the USD animation system, so that it matches playback and can be controlled with the usdview slider.

3 weeks ago 1 0 0 0
Video

This weekend I added support for the MaterialX <time> and <frame> nodes to Gatling. Procedural materials can now be animated over time, such as this clock authored by Roberto Ziche:

3 weeks ago 2 1 1 0

Since the renderer is used as a Hydra render delegate, this is the concern of the host application (usdview). I just pass it some CPU memory.

2 months ago 0 0 0 0
Video

In general, it was nice getting to know Metal a bit - and I can't wait writing some user land code on my MacBook Air! Btw: Vulkan backend is ~3,8k LOC and Metal ~2,2k LOC.

3 months ago 2 0 0 0
Post image

As these functions don't have access to intrinsics, we need to pass them along as part of their signature. Which the function tables are parameterized with. Here's an example of how the ray generation shader signature ends up looking with two ray payloads:

3 months ago 0 0 1 0
Advertisement
Post image Post image

Closest-hit shaders and miss shaders need to be emulated. They are compiled with their entry points being "visible" and are invoked from visible function tables (VFTs) based on the traversal result. For each payload type we have 1x IFT and 2x VFTs.

3 months ago 0 0 1 0

An important difference between the graphics APIs is that Metal only has 'intersection' shaders that are invoked for non-opaque geometry. This is what I map any-hit shaders to. Their function addresses are stored in an intersection function table (IFT), similar to an SBT.

3 months ago 0 0 1 0

On the API side I use metal-cpp and for shaders I partially implement the GLSL_EXT_ray_tracing extension in SPIRV-Cross. It's a bit hacky and it only supports the features I need, but overall content agnostic. Ideally it's transitionary until Slang or KosmicKrisp's compiler can be used.

3 months ago 3 0 1 0
Post image

Finally finished Gatling's Metal backend! Here's a teaser of NVIDIA's USD / MDL sample scene 'Attic' running on macOS. What's special about the backend is probably that it uses the same GLSL code as the Vulkan backend, complete with hardware ray tracing. How does that work?

3 months ago 15 2 2 0
Preview
No Graphics API — Sebastian Aaltonen Graphics APIs and shader languages have significantly increased in complexity over the past decade. It’s time to start discussing how to strip down the abstractions to simplify development, improve pe...

My "No Graphics API" blog post is live! Please repost :)
www.sebastianaaltonen.com/blog/no-grap...

I spend 1.5 years doing this. Full rewrite last summer and another partial rewrite last month. As Hemingway said: "First draft of everything is always shit".

4 months ago 469 192 19 12
Notes On Motion Blur Rendering Introduction

Blog post on motion blur rendering (which is impressively thorough) by Alex Gauggel
gaukler.github.io/2025/12/09/n...

4 months ago 13 6 0 0

This scene from WireWheelsClub looks like this out of the box - no editing was required.

Performance is not a priority right now, but is good enough with this simple lighting on an RTX 2060 @ WQHD

4 months ago 0 0 0 0

There are still some minor issues to resolve, including getting rid of static state (for multiple viewports) and implementing support for orthographic cameras.

4 months ago 0 0 1 0
Advertisement
Video

Spent some time this weekend updating Gatling’s Blender integration to the latest 5.0 release.

4 months ago 1 0 1 0
A cloud rendered using jackknife transmittance estimation and the formula used to do so.

A cloud rendered using jackknife transmittance estimation and the formula used to do so.

Ray marching is a common approach to GPU-accelerated volume rendering, but gives biased transmittance estimates. My new #SIGGRAPHAsia paper (+code) proposes an amazingly simple formula to eliminate this bias almost completely without using more samples.
momentsingraphics.de/SiggraphAsia...

5 months ago 139 28 4 0
Preview
GitHub - pablode/usdshadeview: usdview plugin for inspecting shading networks usdview plugin for inspecting shading networks. Contribute to pablode/usdshadeview development by creating an account on GitHub.

As usual, you can find it on GitHub: github.com/pablode/usds...

6 months ago 0 0 0 0
Post image

Btw, a few weeks ago I released a small plugin for usdview. It allows inspection of UsdShade networks using a custom Qt node graph. It’s open source, lightweight and simple to install.

6 months ago 3 0 1 0

The Pixar RenderMan team has a paper out at HPG 2025 this week about the architecture of RenderMan XPU. There's a lot of interesting details in the paper- definitely a worthwhile read!

diglib.eg.org/bitstreams/d...

9 months ago 28 5 1 0

Source code on GitHub: github.com/pablode/cg-a...

9 months ago 0 0 0 0
Video

Small weekend experiment: ported an LCD shader from Blender to #MaterialX (originally authored by PixlFX)

9 months ago 1 0 1 0
Preview
Walt Disney Animation Studios - Publications We engage with the global research community through collaborations with universities around the world, publications in academic journals and participation in top-tier conferences.

We just posted a recording of the presentation I gave at DigiPro last year on Hyperion's many-lights sampling system. It's on the long side (30 min) but hopefully interesting if you like light transport! Check it out on Disney Animation's website:

www.disneyanimation.com/publications...

1 year ago 48 10 1 0
2D Gaussian Ray-Tracing is the future!
2D Gaussian Ray-Tracing is the future! YouTube video by Oliver Markowski

www.youtube.com/watch?v=BUpD...

1 year ago 1 0 0 0
Advertisement
Video

Implemented USD point instancer primvar support in my toy renderer the last few days. Can now render this 2D Gaussian Splatting (2DGS) scene with a single mesh & MaterialX material.

(Created by Oliver Markowski with Houdini, link see below ⬇️)

1 year ago 5 1 1 0
Preview
GitHub - nvpro-samples/vk_animated_clusters: Sample that uses VK_NV_cluster_acceleration_structure to animate meshes for ray tracing Sample that uses VK_NV_cluster_acceleration_structure to animate meshes for ray tracing - nvpro-samples/vk_animated_clusters

Thanks to a lot of colleagues' great work, happy to share Vulkan samples for RTX Mega Geometry. They should run on all RTX GPUs using today's new drivers

github.com/nvpro-sample...

github.com/nvpro-sample...

github.com/nvpro-sample...

github.com/nvpro-sample...

1 year ago 116 35 2 1
Three different examples of the Chiang Hair BSDF in MaterialX v1.39.2, rendered in NVIDIA RTX.

Three different examples of the Chiang Hair BSDF in MaterialX v1.39.2, rendered in NVIDIA RTX.

Highlighting one of the key contributions in MaterialX v1.39.2, Masuo Suzuki at NVIDIA contributed the Chiang Hair BSDF, seen below in NVIDIA RTX, which opens the door to the authoring of cross-platform, customizable hair shading models in MaterialX and OpenUSD.

github.com/AcademySoftw...

1 year ago 20 4 1 0
Tools for GPU Codec Development – Ignacio Castaño

Wrote a blog post about my development process and the tools I’ve built to develop the Spark codecs:
ludicon.com/castano/blog...

1 year ago 33 10 2 0
Video

Lastly, implemented proper support for AOVs including those used for picking (primId, instanceId, elementId). (asset: standard shader ball) (4/4)

1 year ago 0 0 0 0