mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Fix tests
This commit is contained in:
parent
0917cd39b7
commit
49c7d8bb3d
1 changed files with 7 additions and 7 deletions
14
test.c
14
test.c
|
@ -102,7 +102,7 @@ uint16_t testRasterization()
|
||||||
{
|
{
|
||||||
// 0 1 2 3 4 5 6 7 8 9 A B C D E F
|
// 0 1 2 3 4 5 6 7 8 9 A B C D E F
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 1
|
||||||
0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0, // 2
|
0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0, // 2
|
||||||
0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0, // 3
|
0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0, // 3
|
||||||
0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0, // 4
|
0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0, // 4
|
||||||
|
@ -125,12 +125,12 @@ uint16_t testRasterization()
|
||||||
{
|
{
|
||||||
// 0 1 2 3 4 5 6 7 8 9 A B C D E F
|
// 0 1 2 3 4 5 6 7 8 9 A B C D E F
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0
|
||||||
0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 1
|
||||||
0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0, // 2
|
0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0, // 2
|
||||||
0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0, // 3
|
0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0, // 3
|
||||||
0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, // 4
|
0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0, // 4
|
||||||
0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, // 5
|
0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, // 5
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 6
|
0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, // 6
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 7
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 7
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 8
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 8
|
||||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 9
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 9
|
||||||
|
|
Loading…
Reference in a new issue