1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00

Change a word

This commit is contained in:
Miloslav Číž 2019-06-03 18:08:32 +02:00
parent 3378325093
commit 68d1028d2b

View file

@ -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).