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

Update small3dlib.h

This commit is contained in:
Miloslav Číž 2019-07-05 19:33:53 +00:00
parent b3e7671a93
commit 8ad9c3a0dd

View file

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