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": "{0C1257A0-DB57-5E29-9CA4-595B3AE8BA87}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Add Axis Aligned Bounding Boxes",
|
|
"category": "Math/Axis Aligned Bounding Box",
|
|
"tooltip": "returns the AABB that is the (min(min(A), min(B)), max(max(A), max(B)))",
|
|
"subtitle": "Axis Aligned Bounding Box"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_AABB: A",
|
|
"details": {
|
|
"name": "First"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_AABB: B",
|
|
"details": {
|
|
"name": "Second"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Result: AABB",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |