72bfd8bdf8
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{C281152D-1617-52B6-BB82-8146F881CCA5}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "From Coefficients",
|
|
"category": "Math/Plane",
|
|
"tooltip": "returns the plane that satisfies the equation Ax + By + Cz + D = 0"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out_0",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_A_0",
|
|
"details": {
|
|
"name": "A"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_B_1",
|
|
"details": {
|
|
"name": "B"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_C_2",
|
|
"details": {
|
|
"name": "C"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_D_3",
|
|
"details": {
|
|
"name": "D"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result_0",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |