3D Fundamentals Tutorial 21

From Chilipedia
Revision as of 00:41, 11 November 2018 by Chili (Talk | contribs) (Created page with "Two ways of clipping triangles so that you don't spill your pixels. == Topics == * Raster clipping * Geometric clipping * Culling vs. clipping * W comparison == Video == Th...")

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

Two ways of clipping triangles so that you don't spill your pixels.

Topics

  • Raster clipping
  • Geometric clipping
  • Culling vs. clipping
  • W comparison

Video

The tutorial video is on YouTube here.

Downloads

The GitHub repository for the tutorial code is here.


See also