author | Radek Brich <radek.brich@devl.cz> |
Mon, 08 Sep 2014 20:14:24 +0200 | |
branch | pyrit |
changeset 102 | de3e9ea18f56 |
parent 93 | 96d65f841791 |
permissions | -rw-r--r-- |
93 | 1 |
mkdir %1 |
2 |
cd %1 |
|
3 |
||
102
de3e9ea18f56
Migrate sources to Mercurial. Update links etc.
Radek Brich <radek.brich@devl.cz>
parents:
93
diff
changeset
|
4 |
wget http://graphics.stanford.edu/pub/3Dscanrep/bunny.tar.gz |
93 | 5 |
bsdtar xzf bunny.tar.gz |
6 |
del bunny.tar.gz |
|
7 |
rmdir /S /Q bunny\data |
|
8 |
move bunny\reconstruction\* bunny |
|
9 |
rmdir /S /Q bunny\reconstruction |
|
10 |
||
102
de3e9ea18f56
Migrate sources to Mercurial. Update links etc.
Radek Brich <radek.brich@devl.cz>
parents:
93
diff
changeset
|
11 |
wget http://graphics.stanford.edu/pub/3Dscanrep/happy/happy_recon.tar.gz |
93 | 12 |
bsdtar xzf happy_recon.tar.gz |
13 |
del happy_recon.tar.gz |
|
14 |
move happy_recon happy |
|
15 |
||
102
de3e9ea18f56
Migrate sources to Mercurial. Update links etc.
Radek Brich <radek.brich@devl.cz>
parents:
93
diff
changeset
|
16 |
wget http://graphics.stanford.edu/pub/3Dscanrep/dragon/dragon_recon.tar.gz |
93 | 17 |
bsdtar xzf dragon_recon.tar.gz |
18 |
del dragon_recon.tar.gz |
|
19 |
move dragon_recon dragon |