From 8ad9c3a0dd9b30f57c377e51e89561631f2fffc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 5 Jul 2019 19:33:53 +0000 Subject: [PATCH] Update small3dlib.h --- small3dlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/small3dlib.h b/small3dlib.h index 3b2b289..3f6fa81 100644 --- a/small3dlib.h +++ b/small3dlib.h @@ -504,7 +504,7 @@ typedef struct S3L_ScreenCoord x; ///< Screen X coordinate. S3L_ScreenCoord y; ///< Screen Y coordinate. - S3L_Unit barycentric[3]; /**< Barycentric coords corresponds to the three + S3L_Unit barycentric[3]; /**< Barycentric coords correspond to the three vertices. These serve to locate the pixel on a triangle and interpolate values between it's three points. Each one goes from 0 to