Skip to content

Latest commit

 

History

History
92 lines (75 loc) · 1.03 KB

File metadata and controls

92 lines (75 loc) · 1.03 KB

cameraData

Camera

Return Values

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"
    }
  ]
}