acengnew commited on
Commit
1e7ee27
·
verified ·
1 Parent(s): a177caa

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ { "time": 0.0, "x": 0.0, "y": 0.0 },
3
+ { "time": 1.0, "x": 0.5, "y": 0.2 },
4
+ { "time": 2.0, "x": 1.0, "y": 0.4 },
5
+ { "time": 3.0, "x": 1.5, "y": 0.6 }
6
+ ]