12345678910111213141516171819202122232425262728293031 |
- export default {
- walkPath: [
- {
- // point: { x: -0.5, y: 0 },
- id: 0,
- video: null
- },
- {
- // point: { x: -0.5, y: 0.1 },
- id: 1,
- video: "../textures/outputmp4/0/0_1_0.mp4"
- },
- {
- // point: { x: -0.5, y: 2 },
- id: 2,
- video: "../textures/outputmp4/1/1_2_0.mp4"
- },
- {
- // point: { x: 1.5, y: 2 },
- id: 5,
- video: "../textures/outputmp4/2/2_5_0.mp4"
- },
- {
- // point: { x: 3.5, y: 2 },
- id: 8,
- video: "../textures/outputmp4/5/5_8_0.mp4"
- }
- ]
- }
|