Skip to content

Commit

Permalink
Redo Overview. HW1 Finished
Browse files Browse the repository at this point in the history
  • Loading branch information
whydarren-6uom committed Feb 13, 2024
1 parent 7e3e792 commit 39aec3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
15 changes: 11 additions & 4 deletions hw1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,18 @@ <h1>Report for Homework 1: Rasterizer</h1>
</header>

<section id="overview">
<h2>Homework Description</h2>
<h2>Overview</h2>
<p>
In this assignment, you will implement a simple rasterizer, including
features like drawing triangles, supersampling, hierarchical transforms,
and texture mapping with antialiasing.
The assignment encompassed fundamental tasks such as drawing
single-color triangles using Barycentric Coordinates, optimizing
algorithms for efficiency, implementing supersampling for antialiasing,
and applying hierarchical transforms to create dynamic cubeman postures.
Additionally, we delved into advanced features like texture mapping with
both Nearest Neighbor Sampling and Bilinear Interpolation, and level
sampling with mipmaps for efficient rendering. The comparison of
performance metrics highlighted the trade-offs between pixel sampling
and level sampling, considering factors such as speed, memory usage, and
antialiasing quality.
</p>
</section>

Expand Down

0 comments on commit 39aec3d

Please sign in to comment.