Files

52 lines
1.5 KiB
Plaintext

{
"entries": [
{
"base": "{92A204FE-A6E2-5EB7-B2A2-F782DBA8C1C3}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Slerp",
"category": "Math/Quaternion",
"tooltip": "returns the spherical linear interpolation between From and To by the amount T, the result is NOT normalized"
},
"slots": [
{
"base": "Input_In_0",
"details": {
"name": "In"
}
},
{
"base": "Output_Out_0",
"details": {
"name": "Out"
}
},
{
"base": "DataInput_From_0",
"details": {
"name": "From"
}
},
{
"base": "DataInput_To_1",
"details": {
"name": "To"
}
},
{
"base": "DataInput_T_2",
"details": {
"name": "T"
}
},
{
"base": "DataOutput_Result_0",
"details": {
"name": "Result"
}
}
]
}
]
}