Initial commit
This commit is contained in:
45
Samples/Splines/Spline.json
Normal file
45
Samples/Splines/Spline.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"splines": [
|
||||
{
|
||||
"controlPoints": [
|
||||
{
|
||||
"position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"handleL": {
|
||||
"x": -1.0,
|
||||
"y": -8.742277657347586e-08,
|
||||
"z": 0.0
|
||||
},
|
||||
"handleR": {
|
||||
"x": 1.0,
|
||||
"y": 8.742277657347586e-08,
|
||||
"z": 0.0
|
||||
},
|
||||
"tilt": -0.0
|
||||
},
|
||||
{
|
||||
"position": {
|
||||
"x": 10.0,
|
||||
"y": -5.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"handleL": {
|
||||
"x": 9.0,
|
||||
"y": -5.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"handleR": {
|
||||
"x": 11.0,
|
||||
"y": -5.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"tilt": -0.0
|
||||
}
|
||||
],
|
||||
"closed": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user