ychenhq commited on
Commit
39c5f8b
·
verified ·
1 Parent(s): d6df58e

Delete results

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. results/assets/.gitignore +0 -5
  2. results/assets/gifs/building_picker.gif +0 -3
  3. results/assets/gifs/floor_picker.gif +0 -3
  4. results/assets/gifs/focus_unfocus.gif +0 -3
  5. results/assets/gifs/index.js +0 -47
  6. results/assets/gifs/localization.gif +0 -3
  7. results/assets/gifs/map_teleport.gif +0 -3
  8. results/assets/gifs/mobile_building_picker.gif +0 -3
  9. results/assets/gifs/mobile_elevate_pov.gif +0 -3
  10. results/assets/gifs/mobile_floor_picker.gif +0 -3
  11. results/assets/gifs/mobile_interactive_object.gif +0 -3
  12. results/assets/gifs/mobile_localization.gif +0 -3
  13. results/assets/gifs/mobile_map_teleport.gif +0 -3
  14. results/assets/gifs/mobile_move_pov.gif +0 -3
  15. results/assets/gifs/mobile_path_move.gif +0 -3
  16. results/assets/gifs/mobile_path_search.gif +0 -3
  17. results/assets/gifs/mobile_rotate_pov.gif +0 -3
  18. results/assets/gifs/mouse_panning.gif +0 -3
  19. results/assets/gifs/mouse_scroll.gif +0 -3
  20. results/assets/gifs/path_move.gif +0 -3
  21. results/assets/gifs/path_search.gif +0 -3
  22. results/assets/gifs/space_shift.gif +0 -3
  23. results/assets/gifs/wasd.gif +0 -3
  24. results/assets/models/ab-shell.glb +0 -3
  25. results/assets/models/ab.glb +0 -3
  26. results/assets/models/arrow.glb +0 -0
  27. results/assets/models/camera.glb +0 -0
  28. results/assets/models/cyt-shell.glb +0 -3
  29. results/assets/models/cyt.glb +0 -3
  30. results/assets/models/ias-shell.glb +0 -3
  31. results/assets/models/ias.glb +0 -3
  32. results/assets/models/ib.glb +0 -0
  33. results/assets/models/index.js +0 -29
  34. results/assets/models/location.glb +0 -0
  35. results/assets/models/lsk-shell.glb +0 -3
  36. results/assets/models/lsk.glb +0 -3
  37. results/assets/models/outside.glb +0 -3
  38. results/i2v/blackswan.gif +0 -0
  39. results/i2v/chair.gif +0 -0
  40. results/i2v/horse.gif +0 -0
  41. results/i2v/input/blackswan.png +0 -0
  42. results/i2v/input/chair.png +0 -0
  43. results/i2v/input/horse.png +0 -0
  44. results/i2v/input/sunset.png +0 -0
  45. results/i2v/sunset.gif +0 -0
  46. results/t2v/child.gif +0 -0
  47. results/t2v/couple.gif +0 -3
  48. results/t2v/duck.gif +0 -0
  49. results/t2v/girl_moose.jpg +0 -0
  50. results/t2v/rabbit.gif +0 -0
results/assets/.gitignore DELETED
@@ -1,5 +0,0 @@
1
- # 3D Models: download them at MS Teams
2
- /models
3
-
4
- # gifs for tutorial
5
- /gifs
 
 
 
 
 
 
results/assets/gifs/building_picker.gif DELETED

Git LFS Details

  • SHA256: ceef51434077fea5b174707c14028f51488e0bcd43693b8ad2d766b87d1b2a4f
  • Pointer size: 133 Bytes
  • Size of remote file: 11.2 MB
results/assets/gifs/floor_picker.gif DELETED

Git LFS Details

  • SHA256: bb15bec530c7582cd953ca09a07922619afb5bbd9fa8e53e21dc4de72ac891d6
  • Pointer size: 132 Bytes
  • Size of remote file: 7.11 MB
results/assets/gifs/focus_unfocus.gif DELETED

Git LFS Details

  • SHA256: 1d42b3a02f37c3cee816ef33a04728a3a1b9b01dc49bac1220bd56192e999af1
  • Pointer size: 133 Bytes
  • Size of remote file: 34.6 MB
results/assets/gifs/index.js DELETED
@@ -1,47 +0,0 @@
1
- import building_picker from './building_picker.gif';
2
- import floor_picker from './floor_picker.gif';
3
- import focus_unfocus from './focus_unfocus.gif';
4
- import localization from './localization.gif';
5
- import map_teleport from './map_teleport.gif';
6
- import mouse_panning from './mouse_panning.gif';
7
- import mouse_scroll from './mouse_scroll.gif';
8
- import path_move from './path_move.gif';
9
- import path_search from './path_search.gif';
10
- import space_shift from './space_shift.gif';
11
- import wasd from './wasd.gif';
12
-
13
- import mobile_rotate_pov from './mobile_rotate_pov.gif';
14
- import mobile_move_pov from './mobile_move_pov.gif';
15
- import mobile_elevate_pov from './mobile_elevate_pov.gif';
16
- import mobile_floor_picker from './mobile_floor_picker.gif';
17
- import mobile_building_picker from './mobile_building_picker.gif';
18
- import mobile_interactive_object from './mobile_interactive_object.gif';
19
- import mobile_map_teleport from './mobile_map_teleport.gif';
20
- import mobile_path_search from './mobile_path_search.gif';
21
- import mobile_path_move from './mobile_path_move.gif';
22
- import mobile_localization from './mobile_localization.gif';
23
-
24
- export default {
25
- building_picker,
26
- floor_picker,
27
- focus_unfocus,
28
- localization,
29
- map_teleport,
30
- mouse_panning,
31
- mouse_scroll,
32
- path_move,
33
- path_search,
34
- space_shift,
35
- wasd,
36
- mobile_building_picker,
37
- mobile_elevate_pov,
38
- mobile_floor_picker,
39
- mobile_interactive_object,
40
- mobile_localization,
41
- mobile_map_teleport,
42
- mobile_move_pov,
43
- mobile_path_move,
44
- mobile_path_search,
45
- mobile_rotate_pov
46
-
47
- };
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
results/assets/gifs/localization.gif DELETED

Git LFS Details

  • SHA256: 8b9a807f28d1c16fa9ccc9066437e8a966e175d48ca0150af4b968c2cbfc276a
  • Pointer size: 133 Bytes
  • Size of remote file: 32.6 MB
results/assets/gifs/map_teleport.gif DELETED

Git LFS Details

  • SHA256: 54fdc181d877e410b91b6eeff1aaf606f3b2fe462d8c00a5c8a51a43fa3673c8
  • Pointer size: 133 Bytes
  • Size of remote file: 37.5 MB
results/assets/gifs/mobile_building_picker.gif DELETED

Git LFS Details

  • SHA256: f92068f0be01b81d6b89c9be29ded36a91d3afe2d86c54fec9bc8d45121cbe27
  • Pointer size: 133 Bytes
  • Size of remote file: 13.7 MB
results/assets/gifs/mobile_elevate_pov.gif DELETED

Git LFS Details

  • SHA256: ac522a8eb2f0e1e5f1096d6247360ba924006164c60c1c98428d0c8737359194
  • Pointer size: 132 Bytes
  • Size of remote file: 6.14 MB
results/assets/gifs/mobile_floor_picker.gif DELETED

Git LFS Details

  • SHA256: ea8bcae5c61f576166acea45b14c0ab0090b16c374ce6dcd3462e273071f7676
  • Pointer size: 133 Bytes
  • Size of remote file: 10.2 MB
results/assets/gifs/mobile_interactive_object.gif DELETED

Git LFS Details

  • SHA256: 29f0d5b92dc863586858fc06340888e87d4343f0a6d6aa0a5b1b267ab025ce0f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.33 MB
results/assets/gifs/mobile_localization.gif DELETED

Git LFS Details

  • SHA256: 9002854d07ea9d34d0c40e9487cdb4aa54fb770dd78e2c8568e10a6a496ac76c
  • Pointer size: 133 Bytes
  • Size of remote file: 13.9 MB
results/assets/gifs/mobile_map_teleport.gif DELETED

Git LFS Details

  • SHA256: 1621a1927b09fa85e9c53f481691ccca45cc3d1901be2513ac037d7c02e145a4
  • Pointer size: 132 Bytes
  • Size of remote file: 8.75 MB
results/assets/gifs/mobile_move_pov.gif DELETED

Git LFS Details

  • SHA256: df56c3739bc13547649ce3caaaa7d0fa49941b04975a383671a85ff3625c3c6a
  • Pointer size: 133 Bytes
  • Size of remote file: 13.3 MB
results/assets/gifs/mobile_path_move.gif DELETED

Git LFS Details

  • SHA256: 492edaeeca73693a73c445c30b5b601994cb87a6b2e3f7a99b1dbe826d23d797
  • Pointer size: 132 Bytes
  • Size of remote file: 5.35 MB
results/assets/gifs/mobile_path_search.gif DELETED

Git LFS Details

  • SHA256: 79b446f3be2d15b661473bbcc81c471e43a302e5d5b7c049f43d1f7b4b67360f
  • Pointer size: 133 Bytes
  • Size of remote file: 19.1 MB
results/assets/gifs/mobile_rotate_pov.gif DELETED

Git LFS Details

  • SHA256: ba989e37849dedc96f15f356917cbbe5afb69c2478ebfbb93438eab34c43d2a8
  • Pointer size: 132 Bytes
  • Size of remote file: 9.67 MB
results/assets/gifs/mouse_panning.gif DELETED

Git LFS Details

  • SHA256: aacfdca93d007d8e463c67269d36a3ca3ec3cffb9c3c1d8859e6156ec6a75531
  • Pointer size: 133 Bytes
  • Size of remote file: 14.4 MB
results/assets/gifs/mouse_scroll.gif DELETED

Git LFS Details

  • SHA256: b9c7bcbcddda52b230ba4422093160ae7fda55bf8faa4ea58d4377d9ac5f6452
  • Pointer size: 132 Bytes
  • Size of remote file: 9.91 MB
results/assets/gifs/path_move.gif DELETED

Git LFS Details

  • SHA256: 257fe96ee53aee34e574e0951f59ff0733e1c9885e023b51f376411a536c51b7
  • Pointer size: 133 Bytes
  • Size of remote file: 20.5 MB
results/assets/gifs/path_search.gif DELETED

Git LFS Details

  • SHA256: f2dc1ba08623f5ed66b689fb5a0cb08ed96acf0c1c1c12fb3cf1653352bd879d
  • Pointer size: 133 Bytes
  • Size of remote file: 27.2 MB
results/assets/gifs/space_shift.gif DELETED

Git LFS Details

  • SHA256: 98260c2112b4ee48f6b55118ab4071c097cc50e3e8437ed25ab3b2a6add2b2d2
  • Pointer size: 133 Bytes
  • Size of remote file: 10.2 MB
results/assets/gifs/wasd.gif DELETED

Git LFS Details

  • SHA256: f717168b19c7373a0cda57abcf6fb470b0f80113b4687063c64ae0942ecd8307
  • Pointer size: 133 Bytes
  • Size of remote file: 17.9 MB
results/assets/models/ab-shell.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a3ccb2f558ec3ec364455186775d28119156b885f37fb170e698b3d92e3a457
3
- size 27821756
 
 
 
 
results/assets/models/ab.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1804f3a18c94da09d7ba6703928ec81ef7c2389fa46966c83205d15e88c17f21
3
- size 228722292
 
 
 
 
results/assets/models/arrow.glb DELETED
Binary file (2.36 kB)
 
results/assets/models/camera.glb DELETED
Binary file (38.4 kB)
 
results/assets/models/cyt-shell.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:29b8c3ec9544c04e92a41bcc2dc7f70e3f2018bf09e1d3fa7c3c428edbf6964c
3
- size 6017708
 
 
 
 
results/assets/models/cyt.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:50db4bc21472cf98a630058c51dee68077b94bac32ea84d0bccfe92a186bf422
3
- size 18431264
 
 
 
 
results/assets/models/ias-shell.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf74de0a482e96d9796cbe8eb52c88672eea98b77fbe37ba9bf66c497844639c
3
- size 3658056
 
 
 
 
results/assets/models/ias.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f6fbd21c185ce6d64f8088a08d6e509714505581d8b4445c6e9a8e919497d92
3
- size 24323192
 
 
 
 
results/assets/models/ib.glb DELETED
Binary file (5.7 kB)
 
results/assets/models/index.js DELETED
@@ -1,29 +0,0 @@
1
- import abShell from './ab-shell.glb';
2
- import ab from './ab.glb';
3
- import arrow from './arrow.glb';
4
- import camera from './camera.glb';
5
- import cytShell from './cyt-shell.glb';
6
- import cyt from './cyt.glb';
7
- import iasShell from './ias-shell.glb';
8
- import ias from './ias.glb';
9
- import ib from './ib.glb';
10
- import location from './location.glb';
11
- import lskShell from './lsk-shell.glb';
12
- import lsk from './lsk.glb';
13
- import outside from './outside.glb';
14
-
15
- export default {
16
- abShell,
17
- ab,
18
- arrow,
19
- camera,
20
- cytShell,
21
- cyt,
22
- iasShell,
23
- ias,
24
- ib,
25
- location,
26
- lskShell,
27
- lsk,
28
- outside
29
- };
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
results/assets/models/location.glb DELETED
Binary file (11.3 kB)
 
results/assets/models/lsk-shell.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:db8e9aea04d7962e03ee98f073fef804d5454eb060231cf53ede3e8c9e555d7d
3
- size 8888900
 
 
 
 
results/assets/models/lsk.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2615d7687993edc37749c2f349f76eda3b049bc2dbfd5124ce891614859b57a
3
- size 83794844
 
 
 
 
results/assets/models/outside.glb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a42c589cb01237270cb7918817d3df976034c95fd565dc5f601f34e816eb172
3
- size 2959356
 
 
 
 
results/i2v/blackswan.gif DELETED
Binary file (815 kB)
 
results/i2v/chair.gif DELETED
Binary file (675 kB)
 
results/i2v/horse.gif DELETED
Binary file (788 kB)
 
results/i2v/input/blackswan.png DELETED
Binary file (477 kB)
 
results/i2v/input/chair.png DELETED
Binary file (309 kB)
 
results/i2v/input/horse.png DELETED
Binary file (399 kB)
 
results/i2v/input/sunset.png DELETED
Binary file (397 kB)
 
results/i2v/sunset.gif DELETED
Binary file (826 kB)
 
results/t2v/child.gif DELETED
Binary file (801 kB)
 
results/t2v/couple.gif DELETED

Git LFS Details

  • SHA256: 471aa1b189e772d1dcaaa315fb1a0bc470a782aadebc09ed7f42fdaac07b7ddd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
results/t2v/duck.gif DELETED
Binary file (982 kB)
 
results/t2v/girl_moose.jpg DELETED
Binary file (527 kB)
 
results/t2v/rabbit.gif DELETED
Binary file (610 kB)