forked from AAAWallet/ARToolKit5
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6742d9f
commit a8baa4b
Showing
10 changed files
with
1,626 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#the number of patterns to be recognized | ||
6 | ||
|
||
#marker 1 | ||
00 | ||
40.0 | ||
1.0000 0.0000 0.0000 0.0000 | ||
0.0000 1.0000 0.0000 0.0000 | ||
0.0000 0.0000 1.0000 0.0000 | ||
|
||
#marker 2 | ||
01 | ||
40.0 | ||
1.0000 0.0000 0.0000 0.0000 | ||
0.0000 0.0000 1.0000 30.0000 | ||
0.0000 -1.0000 0.0000 -30.0000 | ||
|
||
#marker 3 | ||
02 | ||
40.0 | ||
0.0000 0.0000 1.0000 30.0000 | ||
0.0000 1.0000 0.0000 0.0000 | ||
-1.0000 0.0000 0.0000 -30.0000 | ||
|
||
#marker 4 | ||
03 | ||
40.0 | ||
1.0000 0.0000 0.0000 0.0000 | ||
0.0000 -1.0000 0.0000 0.0000 | ||
0.0000 0.0000 -1.0000 -60.0000 | ||
|
||
#marker 5 | ||
04 | ||
40.0 | ||
1.0000 0.0000 0.0000 0.0000 | ||
0.0000 0.0000 -1.0000 -30.0000 | ||
0.0000 1.0000 0.0000 -30.0000 | ||
|
||
#marker 6 | ||
05 | ||
40.0 | ||
0.0000 0.0000 -1.0000 -30.0000 | ||
0.0000 1.0000 0.0000 0.0000 | ||
1.0000 0.0000 0.0000 -30.0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
12 | ||
|
||
00 | ||
40.0 | ||
1.0 0.0 0.0 -105.00 | ||
0.0 1.0 0.0 70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
01 | ||
40.0 | ||
1.0 0.0 0.0 -35.00 | ||
0.0 1.0 0.0 70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
02 | ||
40.0 | ||
1.0 0.0 0.0 35.00 | ||
0.0 1.0 0.0 70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
03 | ||
40.0 | ||
1.0 0.0 0.0 105.00 | ||
0.0 1.0 0.0 70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
04 | ||
40.0 | ||
1.0 0.0 0.0 -105.00 | ||
0.0 1.0 0.0 0 | ||
0.0 0.0 1.0 0.0 | ||
|
||
05 | ||
40.0 | ||
1.0 0.0 0.0 -35.00 | ||
0.0 1.0 0.0 0 | ||
0.0 0.0 1.0 0.0 | ||
|
||
06 | ||
40.0 | ||
1.0 0.0 0.0 35.00 | ||
0.0 1.0 0.0 0 | ||
0.0 0.0 1.0 0.0 | ||
|
||
07 | ||
40.0 | ||
1.0 0.0 0.0 105.00 | ||
0.0 1.0 0.0 0 | ||
0.0 0.0 1.0 0.0 | ||
|
||
08 | ||
40.0 | ||
1.0 0.0 0.0 -105.00 | ||
0.0 1.0 0.0 -70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
09 | ||
40.0 | ||
1.0 0.0 0.0 -35.00 | ||
0.0 1.0 0.0 -70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
10 | ||
40.0 | ||
1.0 0.0 0.0 35.00 | ||
0.0 1.0 0.0 -70 | ||
0.0 0.0 1.0 0.0 | ||
|
||
11 | ||
40.0 | ||
1.0 0.0 0.0 105.00 | ||
0.0 1.0 0.0 -70 | ||
0.0 0.0 1.0 0.0 |
Oops, something went wrong.