diff options
Diffstat (limited to 'html/notes/rasterizing-triangles.html')
-rw-r--r-- | html/notes/rasterizing-triangles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/notes/rasterizing-triangles.html b/html/notes/rasterizing-triangles.html index 153a471..71fa49f 100644 --- a/html/notes/rasterizing-triangles.html +++ b/html/notes/rasterizing-triangles.html @@ -116,7 +116,7 @@ have 2 times the area of each of the sub triangles that are defined by our point.</p> <figure> <img -src="https://www.scratchapixel.com/images/ray-triangle/barycentric.png?" +src="https://www.scratchapixel.com/images/ray-triangle/barycentric.png" alt="Triangle barycentric coordinates from scratchpixel tutorial" /> <figcaption aria-hidden="true">Triangle barycentric coordinates from scratchpixel tutorial</figcaption> |