View source on GitHub
|
Set of functions to compute differentiable barycentric coordinates.
Functions
compute_barycentric_coordinates(...): Computes per-pixel barycentric coordinates.
compute_triangle_matrices(...): Computes per-triangle matrices used in barycentric coordinate calculation.
differentiable_barycentrics(...): Computes differentiable barycentric coordinates from a Framebuffer.
normalized_pixel_coordinates(...): Computes the normalized pixel coordinates for the specified image size.
View source on GitHub