diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-01 09:52:00 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-01 09:52:00 +0000 |
commit | 4e2a79ed3db2067c6ef3631ca21e3c7d27b9fc55 (patch) | |
tree | c8bcb890c942e5d608388da8f08b5c6d6735ef8f /html/notes | |
parent | 610738e48ee62e4ca91921396a5f1088c8561ccb (diff) |
Fix image link in rasterizing triangles
Diffstat (limited to 'html/notes')
-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> |