mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-20 20:29:58 +01:00
Update small3dlib.h
This commit is contained in:
parent
b3e7671a93
commit
8ad9c3a0dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue