data.js 690 B

12345678910111213141516171819202122232425262728293031
  1. export default {
  2. walkPath: [
  3. {
  4. // point: { x: -0.5, y: 0 },
  5. id: 0,
  6. video: null
  7. },
  8. {
  9. // point: { x: -0.5, y: 0.1 },
  10. id: 1,
  11. video: "../textures/outputmp4/0/0_1_0.mp4"
  12. },
  13. {
  14. // point: { x: -0.5, y: 2 },
  15. id: 2,
  16. video: "../textures/outputmp4/1/1_2_0.mp4"
  17. },
  18. {
  19. // point: { x: 1.5, y: 2 },
  20. id: 5,
  21. video: "../textures/outputmp4/2/2_5_0.mp4"
  22. },
  23. {
  24. // point: { x: 3.5, y: 2 },
  25. id: 8,
  26. video: "../textures/outputmp4/5/5_8_0.mp4"
  27. }
  28. ]
  29. }