CameraPos Type: vec3
NearClip Type: float
FarClip Type: float
DepthMode Type: vec4
FrustumSize Type: vec3
GBufferOffsets Type: vec4
View Type: mat4x3
ViewInv Type: mat4x3
ViewProj Type: mat4
ClipPlane Type: vec4
JSON
{
"Type": "cameraData",
"Name": "Camera",
"Category": 1,
"InputPins": [],
"OutputPins": [
{
"Id": "CameraPos",
"Type": "vec3"
},
{
"Id": "NearClip",
"Type": "float"
},
{
"Id": "FarClip",
"Type": "float"
},
{
"Id": "DepthMode",
"Type": "vec4"
},
{
"Id": "FrustumSize",
"Type": "vec3"
},
{
"Id": "GBufferOffsets",
"Type": "vec4"
},
{
"Id": "View",
"Type": "mat4x3"
},
{
"Id": "ViewInv",
"Type": "mat4x3"
},
{
"Id": "ViewProj",
"Type": "mat4"
},
{
"Id": "ClipPlane",
"Type": "vec4"
}
]
}