From 68d1028d2bc31ab104afde097071ea1a620bedc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 3 Jun 2019 18:08:32 +0200 Subject: [PATCH] Change a word --- small3dlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/small3dlib.h b/small3dlib.h index 83beaff..b6d93ec 100644 --- a/small3dlib.h +++ b/small3dlib.h @@ -37,7 +37,7 @@ This library should never draw pixels outside the specified screen boundaries, so you don't have to check this! - You can safely suppose that triangles are rasterized one by one and from top + You can safely assume that triangles are rasterized one by one and from top down, left to right (so you can utilize e.g. various caches), and if sorting is disabled the order of rasterization will be that specified in the scene structure (of course, some triangles and models may be skipped).