Chao Jia
open-menucloseme
Home
Portfolio
About
gitlab
to top
  • Vertex Attribute Interpolation and Analytical Derivatives

    calendar29 Nov 2021 29 Jun 2022 · 7 min read · real-time rendering math  ·
    twitterlinkedincopy
    Vertex Attribute Interpolation and Analytical Derivatives
    For visibility buffer rendering 1 2, we cannot rely on the hardware rasterization and built-in functions in fragment shader to do the vertex attribute interpolation and implicitly compute partial derivatives (i.e. dFdx and dFdy in glsl). This article describes the math behind a simple way to analytically compute these …
    Read More

Chao Jia

C++, Computer Graphics
Read More

Recent Posts

  • A Basic Vulkan Renderer
  • Vertex Attribute Interpolation and Analytical Derivatives

Categories

GRAPHICS 2 RENDERING 2

Tags

REAL-TIME-RENDERING 2 C++ 1 MATH 1 RTX 1 VULKAN 1
Chao Jia

Copyright  CHAO JIA. All Rights Reserved