Skip to content

Commit 88dba60

Browse files
authored
Update README.md
1 parent 2c80870 commit 88dba60

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,42 @@ This Repo includes two small application developed with Unity and applied to iOS
1515
2.Place a regular one dollar bill in front of the iPhone camera visible range like the following:
1616

1717
<p align="center">
18-
<img width="400" height="300" src="/WalkingDollar/dollar.jpeg">
18+
<img width="80%" src="/WalkingDollar/dollar.jpeg">
1919
</p>
2020

2121
3.In the app view, you will see:
2222

2323
<p align="center">
24-
<img width="400" height="300" src="/WalkingDollar/appView.jpeg">
24+
<img width="80%"" src="/WalkingDollar/appView.jpeg">
2525
</p>
2626

2727
and with clear recognizable feature of this dollar bill, mr.president will appear:
2828

2929
<p align="center">
30-
<img width="400" height="300" src="/WalkingDollar/detected.jpeg">
30+
<img width="80%" src="/WalkingDollar/detected.jpeg">
3131
</p>
3232

3333

3434
from another angle:
3535

3636
<p align="center">
37-
<img width="400" height="300" src="/WalkingDollar/detected_side.jpeg">
37+
<img width="80%" src="/WalkingDollar/detected_side.jpeg">
3838
</p>
3939

4040
4.With the controller bottom left, it is possible to move mr.president along the long side of this dollar bill:
4141

4242
<p align="center">
43-
<img width="400" height="300" src="/WalkingDollar/walk1.jpeg">
43+
<img width="80%" src="/WalkingDollar/walk1.jpeg">
4444
</p>
4545

4646

4747
<p align="center">
48-
<img width="400" height="300" src="/WalkingDollar/walk2.jpeg">
48+
<img width="80%" src="/WalkingDollar/walk2.jpeg">
4949
</p>
5050

5151
5.test gif:
5252
<p align="center">
53-
<img width="600" height="400" src="/WalkingDollar/demo.gif">
53+
<img width="80%" src="/WalkingDollar/demo.gif">
5454
</p>
5555

5656

@@ -65,36 +65,36 @@ from another angle:
6565
2.You will see above the dollar bill a white plane appears, this plane is vertical to the dollar bill, to avoid human mistake of making this bill vertical to the table, we use a wiki picture.
6666

6767
<p align="center">
68-
<img width="400" height="300" src="/TouchCube/detected.jpeg">
68+
<img width="80%" src="/TouchCube/detected.jpeg">
6969
</p>
7070

7171
and it will also changes with different angle of your device:
7272

7373

7474

7575
<p align="center">
76-
<img width="400" height="300" src="/TouchCube/angle.jpeg">
76+
<img width="80%" src="/TouchCube/angle.jpeg">
7777
</p>
7878

7979

8080
3.You can tap above the plane, the position will place a cube with random color:
8181

8282

8383
<p align="center">
84-
<img width="400" height="300" src="/TouchCube/placeCube.jpeg">
84+
<img width="80%" src="/TouchCube/placeCube.jpeg">
8585
</p>
8686

8787
treat this as a stacking cube game, I don't know about you but it is kind of hard for me:
8888

8989

9090
<p align="center">
91-
<img width="400" height="300" src="/TouchCube/stackCube.jpeg">
91+
<img width="80%" src="/TouchCube/stackCube.jpeg">
9292
</p>
9393

9494
4. notice that the plane will be manually cleared with a heavy shake.
9595

9696
<p align="center">
97-
<img width="600" height="400" src="/TouchCube/demo.gif">
97+
<img width="80%" src="/TouchCube/demo.gif">
9898
</p>
9999

100100
### Install and Test:

0 commit comments

Comments
 (0)