{
 "name": "Matrix",
 "actions": {
  "translation": [
   "X",
   "Y",
   "Z"
  ],
  "scaling": [
   "X",
   "Y",
   "Z"
  ],
  "rotationX": [
   "ANGLE"
  ],
  "rotationY": [
   "ANGLE"
  ],
  "rotationZ": [
   "ANGLE"
  ],
  "rotationQuaternion": [
   "X",
   "Y",
   "Z",
   "W"
  ],
  "perspective": [
   "FOV_DEGREES",
   "ASPECT",
   "NEAR",
   "FAR"
  ],
  "columnMajor-from": [
   "DATA",
   "...REST"
  ],
  "compose": [
   "TRANSLATION = [0, 0, 0]",
   "ROTATION = [0, 0, 0, 1]",
   "SCALE = [1, 1, 1]"
  ],
  "chain": [
   "...MATRICES"
  ]
 }
}