Hardware 3D (C++ DirectX Graphics) Tutorial 36

From Chilipedia
Revision as of 23:19, 29 September 2019 by Chili (Talk | contribs) (Created page with "This tutorial is really an assortment a various topics. The main one here is the shader accuracy issue of renormalizing normal vectors, particularly after interpolation. Also,...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This tutorial is really an assortment a various topics. The main one here is the shader accuracy issue of renormalizing normal vectors, particularly after interpolation. Also, organization of shader code with the HLSL preprocessor is featured prominently. And don't miss the part where we flex our Graphics Debugger muscles again.

Topics Covered

  • Renormalization
  • HLSL #include directive to organize shader code
  • Texture processing command line utility
  • Using Graphics Debugger to verify bound resources
  • Extracting Euler (rotation) angles / translation from a 4x4 matrix
  • Fixes
    • Hardcoding of texture path
    • angle_wrap math function

Video Timestamp Index

Source Code

See also