A hodgepodge of tech and musings
How Does FLAME Work
This post explores the implementation of the FLAME model, used for 3D head modeling and animation. It covers key steps such as joint transformations, pose adjustments, and handling dynamic facial landmarks. Along the way, it clarifies ambiguities in the FLAME and RingNet papers and addresses practical challenges in the process.
2024-12-10 #artificial intelligence, #computer graphics, #machine learning, 1952 Words 8 Mins
Launch WebGPU Unleashed
My book on graphics programming using WebGPU
2024-08-04 #webgpu, #computer graphics, 81 Words 0 Min
Note on Alpha Blending
Alpha blending is very confusing. I hope to use this note as a way to clarify my thoughts on the matter.
2024-04-20 #computer graphics, #alpha blending, 646 Words 2 Mins
How to Render a Single Gaussian Splat?
In this tutorial we will look at how to properly render a single gaussian splat.
2024-02-24 #gaussian splat, #computer graphics, 2270 Words 9 Mins