Barycentric Coordinates + Z-Buffering
Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=p3tYG9im0aE
Today we talked about two big topics - how to interpolate across a triangle using Barycentric coordinates, and how to handle two triangles drawing to the same fragment (pixel) on the screen using z-buffering.
Other Videos By Bill Kerney
2022-03-16 | GDB - The GNU Debugger |
2022-03-16 | Social Impact of Computer Science |
2022-03-16 | Linear Transformation Matrix Math |
2022-03-14 | Debugging |
2022-03-14 | Cognitive Biases Part III |
2022-03-11 | Templates + Rant on Template Substitution Errors |
2022-03-11 | Cognitive Biases II |
2022-03-09 | Deleting from a BST / Shell Scripting / Applying for a Job |
2022-03-09 | Privacy, Cognitive Biases I |
2022-03-09 | Radial Damage weapons |
2022-03-09 | Barycentric Coordinates + Z-Buffering |
2022-03-07 | Binary Search Trees II |
2022-03-07 | Fallacies Part IV - |
2022-03-02 | Fallacies Part III |
2022-03-01 | Animating a Character in Unreal Engine using Mixamo |
2022-02-28 | Big O (Part II) + Binary Search Trees |
2022-02-28 | Fallacies Part I |
2022-02-25 | ACM Workshop: Python Workshop 2 |
2022-02-25 | Linked List Class Invariants + Queues + Stacks + Big O |
2022-02-25 | Midterm I Review Part II |
2022-02-24 | UE4 Water Plugin + Projectile Weapons |
Tags:
is50b
lerp
barycentric
interpolation
triangle filling
cross product
z-buffering