Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 544 Bytes

getAmbientColor.md

File metadata and controls

45 lines (36 loc) · 544 Bytes

getAmbientColor

getAmbientColor

Parameters

diffuseColor Type: vec4 emissiveColor Type: vec4

Return Value

Type: vec4

JSON
{
  "Type": "getAmbientColor",
  "Name": "getAmbientColor",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "diffuseColor",
      "Type": "vec4"
    },
    {
      "Connection": null,
      "Id": "emissiveColor",
      "Type": "vec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}