7a279019b7
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{214CCB41-01CA-578C-9D7F-1237202A885B}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "To Sphere",
|
|
"category": "Math/Axis Aligned Bounding Box",
|
|
"tooltip": "returns the center and radius of smallest sphere that contains Source",
|
|
"subtitle": "Axis Aligned Bounding Box"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_AABB: Source",
|
|
"details": {
|
|
"name": "AABB: Source"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Center: Vector3",
|
|
"details": {
|
|
"name": "Center: Vector3"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Radius: Number",
|
|
"details": {
|
|
"name": "Radius: Number"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |