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": "{2FEFADF8-0D3F-5796-BB6B-C7B8758A5751}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Add Point",
|
|
"category": "Math/Axis Aligned Bounding Box",
|
|
"tooltip": "returns the AABB that is the (min(min(Source), Point), max(max(Source), Point))",
|
|
"subtitle": "Axis Aligned Bounding Box"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_AABB: Source",
|
|
"details": {
|
|
"name": "Source"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Vector3: Point",
|
|
"details": {
|
|
"name": "Point"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Result: AABB",
|
|
"details": {
|
|
"name": "AABB"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |