-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnurbs-curve.json
38 lines (38 loc) · 888 Bytes
/
nurbs-curve.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"Items": {
"Type": 2,
"PCurveType": 5,
"IsPeriodic": false,
"Degree": 3,
"Points": [
{
"X": -3.813110569183122,
"Y": -19.037126113061383,
"Z": 0
},
{
"X": -12.319630045619986,
"Y": -15.461347967723889,
"Z": 0
},
{
"X": -17.07648805754979,
"Y": -7.006416729487624,
"Z": 0
},
{
"X": -14.440047688668097,
"Y": 4.656051303285068,
"Z": 0
},
{
"X": -24.812826506779878,
"Y": 14.282780624794134,
"Z": 0
}
]
},
"Meta": {
"CustomData": "This is a custom data"
}
}