Skip to content

Commit

Permalink
Fix pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Feb 19, 2023
1 parent 4aeaa5d commit 095242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for (r in rows):
for (c in columns):
z_rendered <- +inf
have_intersection <- false
pixel_to_draw <- (0, 0)
pixel_to_draw <- (c, r)
color_to_draw <- background
for (surface in cube's faces):
// from equation ax + by + cz + d = 0
Expand Down

0 comments on commit 095242f

Please sign in to comment.